Click or drag to resize

EngineWindows Constructor (String, String)

IT Hit User File System
Creates a Windows user file system with specified root folder path and license.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public EngineWindows(
	string license,
	string userFileSystemRootPath
)

Parameters

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