Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Asynchronous fchmod(2) - Change permissions of a file.

    Parameters

    • fd: number

      A file descriptor.

    • mode: Mode

      A file mode. If a string is passed, it is parsed as an octal integer.

    • callback: NoParamCallback

    Returns void

Index

Functions

Functions

__promisify__

  • __promisify__(fd: number, mode: Mode): Promise<void>
  • Asynchronous fchmod(2) - Change permissions of a file.

    Parameters

    • fd: number

      A file descriptor.

    • mode: Mode

      A file mode. If a string is passed, it is parsed as an octal integer.

    Returns Promise<void>

Generated using TypeDoc