Safely deletes a file without throwing exceptions.
public static bool TryDeleteFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
System.Boolean
True if the file was deleted successfully, false otherwise.