import { chownSync } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Change owner of a regular file or directory synchronously. Unix only at the moment.
import { chownSync } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Change owner of a regular file or directory synchronously. Unix only at the moment.