AWS.S3.TS3Object.DownloadFile

Download the object to a file.

function DownloadFile(const ADestination: string): Boolean;
__fastcall Boolean DownloadFile(const AnsiString ADestination);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ADestination: string
Specifies the destination file name.

A Boolean value indicating success (True) or failure (False).

Copyright © 2019-2021 Appercept Ltd. All rights reserved.