Changes 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.
lchmod(2)
Since v0.4.7
Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
A path to a file. If a URL is provided, it must use the file: protocol.
file:
A file mode. If a string is passed, it is parsed as an octal integer.
Generated using TypeDoc
Changes 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.