Hello All,
I'm trying to find the newest file in a directory via the datetime created. Finally, I'm trying to use that newest timestamp to inform the user of this information in a msgbox.
I've tried using My.Computer.Fil esystem.GetFile Info and a few other snippets I've found on the web but, none quite produce the desired result.
Each file in this directory has this format:
FileName_MMddyy yy-hh.mm.ss.txt
Any Help will be greatly appreciated
I'm trying to find the newest file in a directory via the datetime created. Finally, I'm trying to use that newest timestamp to inform the user of this information in a msgbox.
I've tried using My.Computer.Fil esystem.GetFile Info and a few other snippets I've found on the web but, none quite produce the desired result.
Each file in this directory has this format:
FileName_MMddyy yy-hh.mm.ss.txt
Any Help will be greatly appreciated
Comment