Safely creates a binary file without throwing exceptions.
public static bool TryCreateBinaryFile(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 of the file.
System.Boolean
True if the binary file was created successfully, false otherwise.