FileHeaderBlockCreateNewFile Method

Creates a new file on the file system and returns the SubFileHeader associated with the new file.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SubFileHeader CreateNewFile(
	SubFileName fileName
)

Parameters

fileName  SubFileName
Represents the nature of the data that will be stored in this file.

Return Value

SubFileHeader
The newly created SubFileHeader instance.

Remarks

A file system only supports 64 files. This is a fundamental limitation and cannot be changed easily.

See Also