File Creation Date
This Automation Manager object returns the date a given file was created.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
File Name | String | Yes | The path of the file from which to obtain the creation date. |
Output Parameters
Name | Type | Description |
---|---|---|
Date | String | The date and time the file was created. |
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 Name | String | Yes | C:\folder1\file1.txt |