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.3.27213.0
Syntax protected Engine(
string license,
string path
)
Protected Sub New (
license As String,
path As String
)
protected:
Engine(
String^ license,
String^ path
)
new :
license : string *
path : string -> Engine
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