File Modification Date
This Automation Manager object returns the date a given file was modified.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
File | String | Yes | The path of the file from which to obtain the last modification date. |
Output Parameters
Name | Type | Description |
---|---|---|
Date | String | The date and time of the last modification. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
File | String | Yes | C:\folder1\file1.txt |