Functions | |
| VTK_ABI_NAMESPACE_BEGIN VTKREMOTINGAPPLICATION_EXPORT std::vector< std::string > | GetSystemDirectories () |
| Return system data directories, depending on operating system: More... | |
| VTKREMOTINGAPPLICATION_EXPORT std::vector< std::string > | GetInstallDirectories () |
| Returns paths relative to install directory. More... | |
| VTKREMOTINGAPPLICATION_EXPORT std::string | GetUserSettingsDirectory () |
| Get directory for user settings file. More... | |
| VTKREMOTINGAPPLICATION_EXPORT std::string | GetUserSettingsFilePath () |
| Get file path for the user settings file. More... | |
| VTK_ABI_NAMESPACE_BEGIN VTKREMOTINGAPPLICATION_EXPORT std::vector<std::string> vtkPVStandardPaths::GetSystemDirectories | ( | ) |
Return system data directories, depending on operating system:
| VTKREMOTINGAPPLICATION_EXPORT std::vector<std::string> vtkPVStandardPaths::GetInstallDirectories | ( | ) |
Returns paths relative to install directory.
<install> dir: the executable dir or its parent if executable is under a "bin" dir.<install>/lib <install>/share/paraview-<version><root>: <install>/../../..lib, lib-paraview-<version>, Support as <root> subdirs. | VTKREMOTINGAPPLICATION_EXPORT std::string vtkPVStandardPaths::GetUserSettingsDirectory | ( | ) |
Get directory for user settings file.
The last character is always the file path separator appropriate for the system.
APPDATA environment variable$XDG_DATA_HOME environment first$HOME/.config/<organization-name> then see: https://specifications.freedesktop.org/basedir-spec/0.8/ | VTKREMOTINGAPPLICATION_EXPORT std::string vtkPVStandardPaths::GetUserSettingsFilePath | ( | ) |
Get file path for the user settings file.
Construct server settings file path: <GetUserSettingsDirectory()>/<GetApplicationName()>-UserSettings.json
1.8.13 on Tue Dec 9 2025