Creates a binary file with the specified path and binary content.
public static Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem CreateBinaryFile(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.
IVirtualFileSystem
The virtual file system for method chaining.