Event that is fired if a (watched) file in the filesystem of this provider has changed.
Event that is fired if an error occurred when watching files in the filesystem of this provider.
The FileSystemProviderCapabilities for this provider.
Optional function that has to be implemented by FileSystemProviderWithAccessCapability. See {@link FileSystemProviderWithAccessCapability#access} for additional documentation.
Optional function that has to be implemented by FileSystemProviderWithOpenReadWriteCloseCapability. See {@link FileSystemProviderWithOpenReadWriteCloseCapability#close} for additional documentation.
Optional function that has to be implemented by FileSystemProviderWithFileFolderCopyCapability. See {@link FileSystemProviderWithFileFolderCopyCapability#copy}} for additional documentation.
Delete the given resource.
Optional function that has to be implemented by FileSystemProviderWithAccessCapability. See {@link FileSystemProviderWithAccessCapability#fsPath} for additional documentation.
Create a new directory using the given resource uri.
Optional function that has to be implemented by FileSystemProviderWithOpenReadWriteCloseCapability. See {@link FileSystemProviderWithOpenReadWriteCloseCapability#open} for additional documentation.
Optional function that has to be implemented by FileSystemProviderWithOpenReadWriteCloseCapability. See {@link FileSystemProviderWithOpenReadWriteCloseCapability#read} for additional documentation.
Read the contents of the given file as stream.
The ReadableStreamEvents
for the readable stream of the given file.
Optional function that has to be implemented by FileSystemProviderWithFileReadStreamCapability. See {@link FileSystemProviderWithFileReadStreamCapability#readFileStream} for additional documentation.
Rename a file or folder.
Retrieve metadata about a given file.
A promise of the metadata about the resource.
Optional function that has to be implemented by FileSystemProviderWithUpdateCapability. See {@link FileSystemProviderWithUpdateCapability#updateFile} for additional documentation.
Watch the given resource and react to changes by firing the {@link FileSystemProvider#onDidChangeFile} event.
A Disposable
that can be invoked to stop watching the resource.
Optional function that has to be implemented by FileSystemProviderWithOpenReadWriteCloseCapability. See {@link FileSystemProviderWithOpenReadWriteCloseCapability#write} for additional documentation.
Write data to a file, replacing its entire contents.
Event that is fired if the capabilities of this provider have changed.