Click or drag to resize

EngineWindowsDataPath Property

IT Hit User File System
Path to the location where Engine data is stored.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public string DataPath { get; }

Property Value

Type: String
Remarks

Delete this data when uninstlling your application using a regular .msi installer. In case you are using a packeged installer you do NOT need to delete this data. All temporary data is deleted automatically in this case.

Delete this data on uninstall only. Do NOT delete it when you stop the Engine and plan to start the Engine later.

See Also