lchown

external fun lchown(path: PathLike, uid: Number, gid: Number, callback: NoParamCallback)(source)

Set the owner of the symbolic link. No arguments other than a possible exception are given to the completion callback.

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


suspend fun lchown(path: PathLike, uid: Number, gid: Number): Void(source)