Skip to main content

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

ConstructorSummary
FileSourceCreates a new FileSource.

FileSource(filePath)

FileSource(std::string const& filePath);

Creates a new FileSource.

Parameters

NameDescription
filePathThe path to the directory containing the releases.

Generated from Velopack (C++ headers)