Reads file content and returns a Result containing the content or an error.
public static Atypical.VirtualFileSystem.Core.Result<string> ReadFileResult(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<System.String>
A Result containing the file content or an error message.