Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Asynchronous chown(2) - Change ownership of a file.

    Parameters

    • path: PathLike

      A path to a file. If a URL is provided, it must use the file: protocol.

    • uid: number
    • gid: number
    • callback: NoParamCallback

    Returns void

Index

Functions

Functions

__promisify__

  • __promisify__(path: PathLike, uid: number, gid: number): Promise<void>
  • Asynchronous chown(2) - Change ownership of a file.

    Parameters

    • path: PathLike

      A path to a file. If a URL is provided, it must use the file: protocol.

    • uid: number
    • gid: number

    Returns Promise<void>

Generated using TypeDoc