Xbasic

a5Storage_deleteFolder Function

Syntax

L flag = a5Storage_deleteFolder(C storageconnectionString, C FolderName [,* pResult ])

Arguments

connectionString

Character. Storage connection string with ::storage:: as a prefix.

FolderName

name of folder to delete

pResult

*. an optional dot variable that you can pass in that will be populated with information about the object.

Description

Delete a folder from storage, including folders stored in Amazon S3 or Azure.

The flag value returned by this function is .f. if the connection failed, but is .t. if the item was not found in storage.

See Also