B
Baz
I want to randomly select some files from a source directory & copy them to
a target folder for testing. How can I select files from the source
directory randomly?
I have thought about getting a count of the total files in the folder & then
using a random number generator to select files based on count. Is there
another more efficient way of doing this, something that doesn't involve
generating a random number?
thanks!
a target folder for testing. How can I select files from the source
directory randomly?
I have thought about getting a count of the total files in the folder & then
using a random number generator to select files based on count. Is there
another more efficient way of doing this, something that doesn't involve
generating a random number?
thanks!