method Path.prototype.chownimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; chown(uid: number | null, gid: number | null): Promise<this>Changes the ownership permissions of the file. Parametersuid: number | nullgid: number | nullReturnsPromise<this>