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);filePath VFSFilePath
The path of the file node.
Implements DeleteFile(VFSFilePath)
IVirtualFileSystem
The file system.