Folder Creation Date
Returns the date a given folder was created.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Folder Name | String | Yes | The path of the folder from which to obtain the creation date. |
Output Parameters
Name | Type | Description |
---|---|---|
Date | String | The date and time the folder 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 |
---|---|---|---|
Folder Name | String | Yes | C:\folder1\folder2 |