Download the specific url to a certain file path
public Task HttpDownloadAsync(string url, string filePath, CancellationToken token = default)
parameter | description |
---|---|
url | URL to download file |
token | place to store file |
Task showing the progress
- interface IPublicAPI
- namespace Flow.Launcher.Plugin