JacksonYaya
Programmer
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 imagine would be problematic? If so, I'm thinking that running a check for the source and destination files being equal in size might be a good way to handle it, but any thoughts would be appreciated. Also, I plan on using this
(thanks, Crackoo!) clever sub to create the destination folders, but I see a little circle in front of every instance of FSO on that page. What's that all about? Thanks!
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 imagine would be problematic? If so, I'm thinking that running a check for the source and destination files being equal in size might be a good way to handle it, but any thoughts would be appreciated. Also, I plan on using this
(thanks, Crackoo!) clever sub to create the destination folders, but I see a little circle in front of every instance of FSO on that page. What's that all about? Thanks!