Hi everyone. I am a programming noob and would like some help with a concept. I want to do this:
Begin loop
Pick a random file and copy it with FSO copy
End loop
What I'm wondering is if I call, say, 400 iterations of this will there be 400 concurrent copies happening, which I...