02-27-2012, 12:24 PM
How can we write a script to find a latest file in a folder
Thanks
Thanks
To find the latest file
|
02-27-2012, 12:24 PM
How can we write a script to find a latest file in a folder
Thanks
02-27-2012, 01:25 PM
(This post was last modified: 02-28-2012, 12:23 PM by inborntester.)
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 | 2,958 |
09-18-2014, 08:43 PM Last Post: UFT_Newbie |
|
how to find Excel file exist or not in vbscript code | sree.85 | 3 | 11,218 |
08-22-2013, 11:42 AM Last Post: akhandesh |