Function chown

  • Asynchronously changes owner and group of a file. No arguments other than a possible exception are given to the completion callback.

    See the POSIX chown(2) documentation for more detail.

    Since

    v0.0.67

    Parameters

    • path: PathLike
    • uid: number
    • gid: number
    • callback: VoidFunction

    Returns void

  • Asynchronously changes owner and group of a file. No arguments other than a possible exception are given to the completion callback.

    See the POSIX chown(2) documentation for more detail.

    Since

    v0.0.67

    Parameters

    • path: PathLike
    • uid: number
    • gid: number
    • callback: VoidFunction

    Returns void

Generated using TypeDoc