Table of Contents

TTMSFNCCloudFileConversion.DownloadFileToFile Method

Downloads the given output file and saves it to disk.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversion Inherited from: TTMSFNCCustomCloudFileConversion

Syntax

procedure DownloadFileToFile(ASaveFilePath: string; AFile: TTMSFNCCloudFileConversionFile; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil); overload;

Parameters

Name Description
ASaveFilePath Target file path or directory to save the file into.
AFile Output file to download.
ACallback Optional callback invoked when the download completes.