Author name: Abhikansh Jain

Blog

How to get latest file in a folder

Hello friends!! Here is a brief code for getting latest/newest file in a particular folder/directory… Dim LatestFileSet oFolder=CreateObject(“scripting.FileSystemObject”).GetFolder(“E:Dwnld”)For Each eachFile

Scroll to Top