method Path.prototype.chmodSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; chmodSync(mode: number): thisSynchronously changes the permissions of the file or directory. Parametersmode: numberReturnsthis