- Set objFSO = CreateObject("Scripting.FileSystemObject")
- Set objFolder = objFSO.GetFolder("D:\testing folder")
- For Each objFile In objFolder.Files
- MsgBox Cstr(objFile)
- Next
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dinesh SanthalingamPosted May 8, 2017, 1:25 AM
Parth DavePosted May 8, 2017, 1:14 AM