C#: random file name

string path = Path.GetRandomFileName();

Tags:

Comments are closed.