Provides methods to interact with an abstract file system. The default implementation is based on the node.js fs API.
fs
Reads the directory information for the given URI.
The list of file system entries that are contained within the specified directory.
Reads a document asynchronously from a given URI.
The string content of the file with the specified URI.
Provides methods to interact with an abstract file system. The default implementation is based on the node.js
fs
API.