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.3.27213.0
Syntax public EngineWindows(
string license,
string userFileSystemRootPath
)
Public Sub New (
license As String,
userFileSystemRootPath As String
)
public:
EngineWindows(
String^ license,
String^ userFileSystemRootPath
)
new :
license : string *
userFileSystemRootPath : string -> EngineWindows
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