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: PathLikeJump to headingmode: ModeReturn Type Jump to heading
Promise<void>Fulfills with undefined upon success.