TTMSFNCCloudFileConversionFiles.DownloadAllFilesToFiles Method
Downloads all output files in the collection and saves them to a directory on disk.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversionFiles
Syntax
procedure DownloadAllFilesToFiles(ADirectory: string; ACombinedZip: Boolean = False; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil);
Parameters
| Name | Description |
|---|---|
ADirectory |
Target directory to save the files into. |
ACombinedZip |
When True, downloads the files as a single combined archive when the provider supports it. |
ACallback |
Optional callback invoked for each downloaded file. |