function lchmod
Jump to headinglchmod(): Promise<void>
Deprecated
Deno compatibility
The lchmod implementation is a not implemented.
Changes the permissions on a symbolic link.
This method is only implemented on macOS.
Parameters Jump to heading
Jump to headingpath: PathLike
Jump to headingmode: Mode
Return Type Jump to heading
Promise<void>
Fulfills with undefined
upon success.