[Folders] Check Size
Q100083: [Folders] Check Size
Checks the count of files or total size of all files in a folder before continuing to the next step.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
Folder | In | The folder to be checked. | |
Continue if | In | Choices: FileCountGreaterThan , FileCountLessThan , TotalFileSizeGreaterThan , TotalFileSizeLessThan Processing will continue to the next step only if... [FileCountGreaterThan] ...the total file count > the number you specify. [FileCountLessThan] ... the total file count < the number you specify. [TotalFileSizeGreaterThan] ... the total size of all files > the value you specify. [TotalFileSizeLessThan] ... the total size of all files < the value you specify. |
Default: FileCountGreaterThan |
Value | In | The value for the condition above. Depending on your selection above, this could be the total file count or the total file size. |
|
File size units | InOut | Choices: Bytes , KB , MB , GB , TB , PB If your condition is based on total file size, select the unit of size you are expressing it in. If your condition is based on total file count, this is ignored. |
|
Include subfolders? | In | Option to look within subfolders for files. | Default: False |
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
Total file count | Out | Total number of files counted in the specified folder | |
Total file sizes | Out | Total size of all files counted in the specified folder |
(Italics = required parameters)
Notes
The module [Folders] Check Size
can be used for getting information on the number of files contained within a specified folder or path. Or it can be based on the total size of all the files found in the specified folder or path.
Last Updated:
10/3/2023 1:07:17 AM