Safely reads file content without throwing exceptions.
public static bool TryReadFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath, out string? content);The virtual file system.
filePath System.String
The file path as a string.
content System.String
The file content if successful.
System.Boolean
True if the file content was read successfully, false otherwise.