Writes binary content to an existing file.
public static bool TryWriteBinaryFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath, byte[] binaryContent);The virtual file system.
filePath System.String
The file path as a string.
binaryContent System.Byte[]
The binary content to write.
System.Boolean
True if the binary content was written successfully, false otherwise.