Skip to main content
Module

x/uuid/lib/lib.deno_runtime.d.ts>Deno.chmodSync

Deprecated! UUID is part of the deno standard library
Latest
function Deno.chmodSync
import { Deno } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { chmodSync } = Deno;

Changes the permission of a specific file/directory of specified path synchronously.

  Deno.chmodSync("/path/to/file", 0o666);

Parameters

path: string
mode: number