| Property | Description | Required | Example | Values |
| directoryname | Sets the directory in which you want to search for the most recent file | Yes | filenamefind.findlastfile.directoryname="c:\" | Any String |
| searchsubdirectories | Sets whether you want to search only the subdirectories (2), the main directory and the subdirectories (1), or only the main directory (0). | No | filenamefind.findlastfile.searchsubdirectories=0 | 0,1,2 |
| datefilecreated | Returns the creation date and time of the file in the search. | No | lastdatecreated=filenamefind.findlastfile.datefilecreated | A Date/Time Value |
| datefilemodified | Returns the modification date and time of the file in the search. | No | lastdatecreated=filenamefind.findlastfile.datefilecreated | A Date/Time Value |
| Method | Description | Required | Example | Values |
| findlastfile | Returns the path and name of the last file that was created in the directory specified. | No | lastfile=filenamefind.findlastfile | A String Value |
| findfirstfile | Returns the path and name of the first file that was created in the directory specified. | No | firstfile=filenamefind.findfirstfile | A String Value |
| findlastfilemodified | Returns the path and name of the last file that was modified in the directory specified. | No | lastfile=filenamefind.findlastfilemodified | A String Value |
| findfirstfilemodified | Returns the path and name of the first file that was modified in the directory specified. | No | firstfile=filenamefind.findfirstfilemodified | A String Value |