Safely writes file content without throwing exceptions.
public static bool TryWriteFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath, string content);The virtual file system.
filePath System.String
The file path as a string.
content System.String
The content to write.
System.Boolean
True if the file content was written successfully, false otherwise.