Nodefslchmodfunction lchmod#lchmod(path: PathLike,mode: Mode,callback: NoParamCallback,): voidDeprecatedChanges the permissions on a symbolic link. No arguments other than a possible exception are given to the completion callback. This method is only implemented on macOS. See the POSIX lchmod(2) documentation for more detail. Parameters ##path: PathLike#mode: Mode#callback: NoParamCallbackReturn Type #void
function lchmod#lchmod(path: PathLike,mode: Mode,callback: NoParamCallback,): voidDeprecatedChanges the permissions on a symbolic link. No arguments other than a possible exception are given to the completion callback. This method is only implemented on macOS. See the POSIX lchmod(2) documentation for more detail. Parameters ##path: PathLike#mode: Mode#callback: NoParamCallbackReturn Type #void