Skip to main content

File Size

File Size

Checks if the file size falls within the specified range.
File size values are measured in megabytes (MB).

Lower

The minimum file size (in megabytes) that the file must exceed.
The file size must be greater than this value.

Upper

The maximum file size (in megabytes) that the file must be less than.
Leave this as 0 to disable the upper limit check.

Outputs

  1. File size within range – The file size is greater than the lower limit and (if set) less than the upper limit.
  2. File size not within range – The file size falls outside the specified range.