FileHeaderBlockCreateNewFile Method
Creates a new file on the file system and returns the
SubFileHeader associated with the new file.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function CreateNewFile(fileName);
- fileName SubFileName
- Represents the nature of the data that will be stored in this file.
SubFileHeaderThe newly created
SubFileHeader instance.
A file system only supports 64 files. This is a fundamental limitation and cannot be changed easily.