FileData Object
Description
Information about a folder or file.
Remarks
A FileData object is returned by ExtendedStorage.Root.
Public Methods
Public Method ItemsThe folder's child items.
Public Method ModifyDateThe file's modify date.
Public Method SizeThe file size in Kbytes.
Public Method TypeThe type of object for which data is stored.
Public Properties
Public Property NameThe file or folder name.
See Also