Saltar al contenido principal

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

FieldSummary
RootAppDirThe root directory of the current app.
UpdateExePathThe path to the Update.exe binary.
PackagesDirThe path to the packages’ directory.
ManifestPathThe current app manifest.
CurrentBinaryDirThe directory containing the application’s user binaries.
IsPortableWhether 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)