Checks if a file or directory exists at the specified path.
public static bool Exists(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string path);The virtual file system.
path System.String
The path to check as a string.
System.Boolean
True if the path exists, false otherwise.