VolumeItem

Contains suffixes common to files and directories.

structure VolumeItem
Members
Suffix Type Description
NAME String Name of the item including extension
EXTENSION String Item extension
SIZE Scalar Size of the file
ISFILE Boolean Size of the file
VolumeItem:NAME
Access:Get only
Type:String

Name of the item, including the extension.

VolumeItem:EXTENSION
Access:Get only
Type:String

Item extension (part of the name after the last dot).

VolumeItem:SIZE
Access:Get only
Type:Scalar

Size of the item, in bytes.

VolumeItem:ISFILE
Access:Get only
Type:Boolean

True if this item is a file