Skip to main content

TdxCloudStorage.DeleteFile(TdxCloudStorageFile) Method

Deletes the specified file from a cloud storage.

Declaration

procedure DeleteFile(AFile: TdxCloudStorageFile);

Parameters

Name Type Description
AFile TdxCloudStorageFile

A cloud file metadata container that corresponds to the deleted folder.

Remarks

Note

The DeleteFile procedure always runs in the same thread from which it was invoked.

See Also