fs property
FileSystem
get
fs
A {@link FileSystemfile system} instance that allows to interact with local and remote
files, e.g. vscode.workspace.fs.readDirectory(someUri)
allows to retrieve all entries
of a directory or vscode.workspace.fs.stat(anotherUri)
returns the meta data for a
file.
Implementation
_i3.FileSystem get fs => _i4.getProperty(
this,
'fs',
);