Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
How to find a most recent file generated in particular directory on NT.
Example: I have these files with different timestamps
File Name size Type Timestamp
1) abc1.txt 1KB txt 08/08/2001 2:32 PM
2) abc2.txt 1KB txt 08/07/2001 2:40 PM
3) abc3.txt 1KB txt 08/06/2001 2:00 PM
My result should be abc1.txt , as 1,2,3 in the file names generated randomly .
So i need to check the file abc*.txt files with the latest one. The result should give
one value ( abc1.txt ) .
Any help will be appreciated.
Thanks
Sam
How to find a most recent file generated in particular directory on NT.
Example: I have these files with different timestamps
File Name size Type Timestamp
1) abc1.txt 1KB txt 08/08/2001 2:32 PM
2) abc2.txt 1KB txt 08/07/2001 2:40 PM
3) abc3.txt 1KB txt 08/06/2001 2:00 PM
My result should be abc1.txt , as 1,2,3 in the file names generated randomly .
So i need to check the file abc*.txt files with the latest one. The result should give
one value ( abc1.txt ) .
Any help will be appreciated.
Thanks
Sam