Randomize files output in folder
Posted
by meep
on Stack Overflow
See other posts from Stack Overflow
or by meep
Published on 2010-05-25T09:25:21Z
Indexed on
2010/05/25
9:31 UTC
Read the original article
Hit count: 282
Hello Stackoverflow.
How do I randomize the order of the files I get out of:
string[] files = Directory.GetFiles("folder");
Thank you! :-)
© Stack Overflow or respective owner