VFS.DeleteFile(VFSFilePath).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFS
VFS.DeleteFile(VFSFilePath) Method
Deletes a file node at the specified path. The path must be absolute.
public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem DeleteFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath);
Parameters
filePath VFSFilePath
The path of the file node.
Implements DeleteFile(VFSFilePath)
Returns
IVirtualFileSystem
The file system.