Nodefs/promiseslchmodfunction lchmod#lchmod(path: PathLike,mode: Mode,): 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 ##path: PathLike#mode: ModeReturn Type #Promise<void>Fulfills with undefined upon success.
function lchmod#lchmod(path: PathLike,mode: Mode,): 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 ##path: PathLike#mode: ModeReturn Type #Promise<void>Fulfills with undefined upon success.