Value | Meaning |
---|---|
PK_DIR_CURRENT0 | Current directory. |
PK_DIR_EXE1 | Directory containing PK_FILE_EXE. |
PK_DIR_MODULE2 | Directory containing PK_FILE_MODULE. |
PK_DIR_TEMP3 | Temporary directory. |
PK_FILE_EXE4 | Path and filename of the current executable. |
PK_FILE_MODULE5 | Path and filename of the module containing the CEF code (usually the libcef module). |
PK_LOCAL_APP_DATA6 | "Local Settings\Application Data" directory under the user profile directory on Windows. |
PK_USER_DATA7 | "Application Data" directory under the user profile directory on Windows and "~/Library/Application Support" directory on MacOS. |
PK_DIR_RESOURCES8 | Directory containing application resources. Can be configured via CefSettings.resources_dir_path. |
Path key values.