The FileSystemProviderCapabilities for this provider.
Private
directoryProtected
Readonly
initializationPrivate
initializedReadonly
onEvent that is fired if a (watched) file in the filesystem of this provider has changed.
Private
Readonly
onEvent that is fired if an error occurred when watching files in the filesystem of this provider.
Delete the given resource.
The URI
of the resource to delete.
Options to define if files should be deleted recursively and if the trash should be used.
Protected
initRename a file or folder.
URI
of the existing file or folder.
URI
of the target location.
Options to define if existing files should be overwritten.
Private
toReturns the FileSystemHandle for the given resource given by a URI.
URI/path of the resource
Optional
options: CreateFileSystemHandleOptionsOptions for the creation of the handle while traversing the path
FileSystemHandle for the given resource
Watch the given resource and react to changes by firing the FileSystemProvider#onDidChangeFile event.
URI
of the resource to be watched.
Options to define if the resource should be watched recursively and to provide a set of resources that should be excluded from watching.
A Disposable
that can be invoked to stop watching the resource.
Write data to a file, replacing its entire contents.
The uri of the file.
The new content of the file.
Options to define if the file should be created if missing and if an existing file should be overwritten.
Subtype of FileSystemProvider that ensures that the optional functions, needed for providers that should be able to read & write files, are implemented.