Skip to main content

TdxCloudStorageFolder.CreateFolder(string) Method

Creates a new empty folder with the specified name within the current folder.

Declaration

procedure CreateFolder(const AName: string);

Parameters

Name Type
AName string

Remarks

Call this procedure to create a new empty folder at the first nesting level of the current folder. Pass the required folder name as the AName parameter. The cloud storage component raises the OnFolderCreated event when the CreateFolder procedure successfully creates a new folder on the connected cloud storage service’s server. If an attempt to create a folder results in an error, the OnError event occurs instead.

See Also