GetSizes

The GetSizes internal command can be used to:

 

Command Arguments:

Argument

Type

Possible values

Description

(no argument)

-

-

Calculate the total size of all selected folders. If there are no folders currently selected, all folders in the current file display will have their sizes calculated.

Example: GetSizes

IGNOREJUNCTIONS

/O

(no value)

Ignores junctions and softlinks within folders when calculating their size. This overrides the Preferences / Folders / Folder Behaviour / Ignore junctions and softlinks when calculating folder sizes Preferences option.
 

Example: GetSizes IGNOREJUNCTIONS

 

 

no

Does not ignore junctions and softlinks when calculating the sizes of folders.
 

Example: GetSizes IGNOREJUNCTIONS=no

MD5

/S

(no value)

Calculate the MD5 checksum for all selected files. If the MD5 column is not currently displayed in the file display it will be added automatically. Using this command overrides the max_md5_file_size setting on the Miscellaneous / Advanced page in Preferences.

Example: GetSizes MD5

NODESELECT

/S

(no value)

Prevent the GetSizes command from deselected files and folders once their sizes/checksums have been calculated. This option only works if the Postpone file deselection until end of function option on the File Operations / Options page in Preferences is turned on.

Example: GetSizes NODESELECT

SHA

/S

(no value)

Calculate the SHA-1 checksum for all selected files. If the SHA-1 column is not currently displayed in the file display it will be added automatically. Using this command overrides the max_md5_file_size setting on the Miscellaneous / Advanced page in Preferences.

Example: GetSizes SHA

USEHASHCACHE

/S

(no value)

In conjunction with the MD5 and SHA options, this enables the use of the checksum cache. If a file has previously had its checksum cached, and the file doesn't appear to have changed, the cached value will be used.

Example: GetSIZES MD5 USEHASHCACHE