Gets a file and returns a Result containing the file or an error.
public static Atypical.VirtualFileSystem.Core.Result<Atypical.VirtualFileSystem.Core.Contracts.IFileNode> GetFileResult(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
Atypical.VirtualFileSystem.Core.Result<IFileNode>
A Result containing the file node or an error message.