How can we write a script to find a latest file in a folder
Thanks
Thanks
|
To find the latest file
|
|
How can we write a script to find a latest file in a folder
Thanks
Based on modified date of files we can get, means the file one having latest modified date is the latest file.
Code: Set FSO = CreateObject("Scripting.FileSystemObject") |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| How to find a file after downloading | UFT_Newbie | 1 | 3,310 |
09-18-2014, 08:43 PM Last Post: UFT_Newbie |
|
| how to find Excel file exist or not in vbscript code | sree.85 | 3 | 12,142 |
08-22-2013, 11:42 AM Last Post: akhandesh |
|