File system for Deno runtime.
new
FileSystem(root: string)
Construct FileSystem.
observations: Set<FileSystemObservation>
Set of observing FileSystemObservation.
locateEntry(path: FileSystemPath): FileSystemEntry | null
Locale entry from path.
Required allow-read
permission.