Table of Contents

TTMSFNCCloudGoogleDrive.Download Method

Downloads an item to a local file.

API unit family: TMSFNCCloudGoogleDrive Declaring type: TTMSFNCCloudGoogleDrive Inherited from: TTMSFNCCustomCloudGoogleDrive

Syntax

function Download(AItem: TTMSFNCCloudItem; const ATargetFile: string): string; overload; override;

Parameters

Name Description
AItem Item to download.
ATargetFile Local path where the content is written.

Returns

The local target path.