reference:evaluator:getinfo

GetInfo(
     string:item,
     [string:flags]
)
various

Arguments

item

Information item to retrieve.

flags

Optional. Flags.

Return value

Requested information from the specified tab.

Description

Returns an item of information from the specified tab. The return type depends upon the information requested.

The available information is:

AvailableSpaceAvailable space on the drive
CheckCountNumber of checked items
CheckSizeSize of checked items
CountNumber of items
DirCheckCountNumber of checked directories
DirCheckSizeSize of checked directories
DirCountNumber of directories
DirHiddenCountNumber of hidden directories
DirHiddenSizeSize of hidden directories
DirSelCountNumber of selected directories
DirSelSizeSize of selected directories
DirSizeTotal size of directories
DiskSizeTotal size of the drive
DriveLabelDrive label
FileCheckCountNumber of checked files
FileCheckSizeSize of checked files
FileCountNumber of files
FileHiddenCountNumber of hidden files
FileHiddenSizeSize of hidden files
FileSelCountNumber of selected files
FileSelSizeSize of selected files
FileSizeTotal size of files
FileSystemFile system the drive is formatted with
FilterActiveIs a filter currently active?
FilterPatternCurrent filter pattern
FreeSpaceFree space on the drive
HiddenCountNumber of hidden items
HiddenSizeSize of hidden items
SelCountNumber of selected items
SelSizeSize of selected items
SizeTotal size of items
SongLengthCheckedTotal length of checked music files
SongLengthSelTotal length of selected music files
SongLengthTotalTotal length of music files
UsedSpaceUsed space on the drive

By default the information is returned from the source file display.

The optional flags argument should be a string containing one or more of the following flags:

lGet information from left file display.
rGet information from right file display.
dGet information from destination file display.