function lchmodSync
Jump to headinglchmodSync(): void
Deprecated
Changes the permissions on a symbolic link. Returns undefined
.
This method is only implemented on macOS.
See the POSIX lchmod(2)
documentation for more detail.
Parameters Jump to heading
Jump to headingpath: PathLike
Jump to headingmode: Mode
Return Type Jump to heading
void