Anatomy of one entry returned by list(). Mirrors the slice of fs.Dirent we actually use; keeping it narrow keeps callers from coupling to Node's API beyond what they need.
list()
fs.Dirent
Absolute path inside the sandbox.
File name (no path).
Anatomy of one entry returned by
list(). Mirrors the slice offs.Direntwe actually use; keeping it narrow keeps callers from coupling to Node's API beyond what they need.