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