Interface FileSystem

This interface represents a file system.

Index

Properties

Properties

public name: string

This is the name of the file system. The specifics of naming filesystems is unspecified, but a name must be unique across the list of exposed file systems.

readonly

public root: DirectoryEntry

The root directory of the file system.

readonly