Deletes a file with the specified path using a string path.
public static Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem DeleteFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
IVirtualFileSystem
The virtual file system for method chaining.