AMTrigger.Size

Syntax

%AMTrigger.Size%

Trigger supported

File System

Type

Number

Description

If the AMTrigger.Action field returns ONE FILE TOO BIG or FOLDER TOO BIG, this value is the size (in KB) of the file or folder that activated the trigger.

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Display the message "The size of the file or folder that activated the trigger - %AMTrigger.Size%" in a message box.

Copy
<AMSHOWDIALOG WINDOWTITLE="File System Trigger Return Value">The size of the file or folder that activated the trigger - %AMTrigger.Size%</AMSHOWDIALOG>

Related Topics