Path key values.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax Members
| Member name | Value | Description |
---|
| Current | 0 |
Current directory.
|
| DirExe | 1 |
Directory containing PK_FILE_EXE.
|
| DirModule | 2 |
Directory containing PK_FILE_MODULE.
|
| DirTemp | 3 |
Temporary directory.
|
| FileExe | 4 |
Path and filename of the current executable.
|
| FileModule | 5 |
Path and filename of the module containing the CEF code (usually the libcef
module).
|
| LocalAppData | 6 |
"Local Settings\Application Data" directory under the user profile
directory on Windows.
|
| UserData | 7 |
"Application Data" directory under the user profile directory on Windows
and "~/Library/Application Support" directory on Mac OS X.
|
See Also