| Overloads | |
|---|---|
| BinaryFileNode(VFSFilePath, byte[]) | Initializes a new instance of the BinaryFileNode class with binary content. |
| BinaryFileNode(VFSFilePath, string) | Initializes a new instance of the BinaryFileNode class. |
Initializes a new instance of the BinaryFileNode class with binary content.
public BinaryFileNode(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, byte[]? binaryContent);
filePath VFSFilePath
The file path.
binaryContent System.Byte[]
The binary content of the file.
Initializes a new instance of the BinaryFileNode class.
public BinaryFileNode(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, string? content=null);
filePath VFSFilePath
The file path.
content System.String
The text content of the file.