fs
A file 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.