USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
List files in a folder into a temporary table
Scans the specified folder for files matching the file specification and inserts each file's full path and last-access date into a new temp table with columns FileName and DateCreated. The folder must exist and be within a permitted path. Sets MSRESULT to the temp table name.
| Parameter | Description |
|---|---|
| cmd | folder path to scan |
| Argument 0 | file specification filter (e.g. *.xml, *.csv) |
| Argument 1 | temp table name to create and populate |
ListFilesToTempTable "folder path to scan", "file specification filter (e.g. *.xml, *.csv)", "temp table name to create and populate"