Safely deletes multiple files without throwing exceptions.
public static System.Collections.Generic.IEnumerable<string> TryDeleteFiles(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, System.Collections.Generic.IEnumerable<string> filePaths);The virtual file system.
filePaths System.Collections.Generic.IEnumerable<System.String>
Collection of file paths to delete.
System.Collections.Generic.IEnumerable<System.String>
Collection of successfully deleted file paths.