Table of Contents

TTMSFNCCustomCloudDropBox.CreateFolder Method

Creates a new folder.

API unit family: TMSFNCCloudDropBox Declaring type: TTMSFNCCustomCloudDropBox

Syntax

function CreateFolder(AFolder: TTMSFNCCloudItem; const AFolderName: string): TTMSFNCCloudItem; override;

Parameters

Name Description
AFolder Parent folder; pass nil to create under the root.
AFolderName Name of the folder to create.

Returns

The item representing the created folder.