GetSizes

The GetSizes internal command can be used to:

  • Calculate and display the total sizes of selected folders

  • Calculate the total sizes of all folders in the current file display

  • Calculate the MD5 checksum for all selected files

Command Arguments:

ArgumentTypePossible valuesDescription

(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

EVERYTHING

/O

(no value)

Calculates the sizes of selected folders using Everything if possible. If Everything is not installed, or the current folder is not indexed, the sizes will be calculated manually (by recursively scanning the folder contents).

Example: GetSizes EVERYTHING

no

If the option is set on the Folder Sizes Preferences page to use Everything to calculate folder sizes, this command overrides it and calculates them manually.

Example: GetSizes EVERYTHING=no

only

Calculates the sizes of selected folders using Everything if possible. If not possible, sizes will not be calculated at all (nothing happens).

Example: GetSizes EVERYTHING=only

HASH

/K

<type>

Calculate a checksum for all selected files using the specified hash algorithm. If the appropriate hash 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.

Supported hash algorithms are md5, sha1, sha256, sha512, crc32, crc32_php, crc32_php_rev, and blake3.

Example: GetSizes HASH=md5

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

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

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

最后更新于