contents
collection Collection of SFInfo objects -
one per each item in the storage.
Syntax:
For Each i In object.contents
... code ...
Next
Remarks:
This method acts like a directory listing - the information about
the entire contents is returned and can be used to explore the storage
contents.
Applies to: SFStorage object
|