PackageInfoGetDownloadDirectory Method |
Gets the directory where to store the downloaded update package.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetDownloadDirectory(
bool loadUnstableVersion
)
Parameters
- loadUnstableVersion Boolean
- true when to get the folder for the unstable version; false otherwise.
Return Value
StringThe directory where to store the downloaded package.
See Also