TdxCloudStorageItem.IsFolder Method
Identifies if the online resource is a folder.
Declaration
function IsFolder: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the resource is an ordinary, special, or root folder on the connected cloud storage’s server; otherwise, False.
This IsFolder function implementation always returns False.
See Also