Table of Contents

TTMSFNCCustomCloudDropBox.GetFileInfoPromise Method

Promise-based variant of GetFileInfo.

API unit family: TMSFNCCloudDropBox Declaring type: 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.