Click or drag to resize

Engine Constructor (String, String)

IT Hit User File System
Creataes file system with default options.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
protected Engine(
	string license,
	string path
)

Parameters

license
Type: SystemString
A license string.
path
Type: SystemString
A root folder of your user file system. Your file system tree will be located under this folder.
See Also