Code Snippet posted by:
Madhu.b.rokkam | Posted on: 2/27/2011 | Category:
C# Codes | Views: 1627 | Status:
[Member] [MVP] |
Points: 40
|
Alert Moderator
string randomfileName = Path.GetRandomFileName();
Console.WriteLine(randomfileName);
output
xniqvhoa.i51
Thanks and Regards
Madhu