Skip to main content
The Deno 2 Release Candidate is here
Learn more
function chmod
import { chmod } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Changes the permission of a specific file/directory of specified path. Ignores the process's umask.

See https://deno.land/api@v1.40.3?unstable=true&s=Deno.chmod

Parameters

ctx: Context
path: string | URL
mode: number