theaudioguy
New Member
- Joined
- Jan 27, 2010
- Messages
- 27
I'm currently using a
loop to list all the files in that folder. I've heard that For loops take up time, so I was wondering if anybody knows of a faster way?
Thanks
Code:
For Each fFile in fFolder.Files
Thanks