method Path.prototype.chownSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; chownSync(uid: number | null, gid: number | null): thisSynchronously changes the ownership permissions of the file. Parametersuid: number | nullgid: number | nullReturnsthis