TTMSFNCCloudFileConversionFile.DownloadFileToFile Method
Downloads this output file and saves it to disk.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversionFile
Syntax
procedure DownloadFileToFile(AFilePath: string = ''; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil);
Parameters
| Name | Description |
|---|---|
AFilePath |
Target file path or directory. When empty, the current directory and the file's name are used. |
ACallback |
Optional callback invoked when the download completes. |