import { readlink } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Returns the destination of the named symbolic link.
const targetPath = await Deno.readlink("symlink/path");
import { readlink } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Returns the destination of the named symbolic link.
const targetPath = await Deno.readlink("symlink/path");