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