Table of Contents

TTMSFNCCloudDropBox.GetFileInfoPromise Method

Promise-based variant of GetFileInfo.

API unit family: TMSFNCCloudDropBox Declaring type: TTMSFNCCloudDropBox Inherited from: TTMSFNCCustomCloudDropBox

Syntax

function GetFileInfoPromise(const AFileName: string): IPromise<TVoid>;

Parameters

Name Description
AFileName Full path of the file to query.

Returns

A promise that resolves when the file metadata has been retrieved.