method FileHandle.chown
FileHandle.chown(uid: number,gid: number,): Promise<void>
Deprecated
Changes the ownership of the file. A wrapper for chown(2)
.
Promise<void>
Fulfills with undefined
upon success.
FileHandle.chown(uid: number,gid: number,): Promise<void>
Changes the ownership of the file. A wrapper for chown(2)
.
Promise<void>
Fulfills with undefined
upon success.