Skip to main content
lchmod - node__fs--promises.d.ts - Node documentation
function lchmod

Usage in Deno

```typescript import { lchmod } from "node:node__fs--promises.d.ts"; ```
lchmod(
path: PathLike,
mode: Mode,
): Promise<void>
Deprecated
Since v10.0.0
> [!WARNING] 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: Mode

Return Type

Promise<void>
Fulfills with `undefined` upon success.