Checks if a file exists at the specified path.
public static bool FileExists(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 exists, false otherwise.