Nodefslchownfunction lchown#lchown(path: PathLike,uid: number,gid: number,callback: NoParamCallback,): voidSet 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. Parameters ##path: PathLike#uid: number#gid: number#callback: NoParamCallbackReturn Type #void
function lchown#lchown(path: PathLike,uid: number,gid: number,callback: NoParamCallback,): voidSet 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. Parameters ##path: PathLike#uid: number#gid: number#callback: NoParamCallbackReturn Type #void