Gets a file by its path using a string path.
public static Atypical.VirtualFileSystem.Core.Contracts.IFileNode GetFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
IFileNode
The file node.