Xbasic
a5Storage_deleteItem Function
Syntax
L flag = a5Storage_deleteItem(C connectionString, C itemName [,* pResult ])
Arguments
- connectionString
Character. Storage connection string with ::storage:: as a prefix.
- itemName
name of item to delete
- pResult
*. an optional dot variable that you can pass in that will be populated with information about the object.
Description
Delete an item from storage, including files 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