FileSource class
Namespace: Sources
A built-in update source that reads release feeds and downloads assets from a local file path.
class FileSource :public IUpdateSourcePointer
Constructors
| Constructor | Summary |
|---|---|
FileSource | Creates a new FileSource. |
FileSource(filePath)
FileSource(std::string const& filePath);
Creates a new FileSource.
Parameters
| Name | Description |
|---|---|
filePath | The path to the directory containing the releases. |
Generated from Velopack (C++ headers)