import { type DirEntry } from "https://deno.land/x/ayonli_jsext@v0.9.72/fs.ts";
Information about a directory entry.
Properties
The relative path of the entry. This is an empty string if the entry is the root directory.
NOTE: The separator of the path is platform-specific, it's \
in Windows
server-side applications, and /
elsewhere.