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