Hy, I'm developing a VB procedure to manage files. I use the filesystemobject with the statement
Set fso = CreateObject("Scripting.FileSystemObject"
I would need to be able to find what file is the latest created in a certain folder (of course without scanning the whole folder and comparing the DateCreated property of each file).
Thank you for your help
Set fso = CreateObject("Scripting.FileSystemObject"

I would need to be able to find what file is the latest created in a certain folder (of course without scanning the whole folder and comparing the DateCreated property of each file).
Thank you for your help