chownAsync
external fun chownAsync(path: PathLike, uid: Number, gid: Number): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Changes the ownership of a file.
Since
v10.0.0
Return
Fulfills with undefined
upon success.