VelopackLocatorConfig struct
VelopackLocator provides some utility functions for locating the current app important paths (eg. path to packages, update binary, and so forth).
struct VelopackLocatorConfig
Fields
| Field | Summary |
|---|---|
RootAppDir | The root directory of the current app. |
UpdateExePath | The path to the Update.exe binary. |
PackagesDir | The path to the packages’ directory. |
ManifestPath | The current app manifest. |
CurrentBinaryDir | The directory containing the application’s user binaries. |
IsPortable | Whether the current application is portable or installed. |
RootAppDir
The root directory of the current app.
UpdateExePath
The path to the Update.exe binary.
PackagesDir
The path to the packages’ directory.
ManifestPath
The current app manifest.
CurrentBinaryDir
The directory containing the application’s user binaries.
IsPortable
Whether the current application is portable or installed.
Generated from Velopack (C++ headers)