I have implemented an algorithm that will generate unique names for files that will save on hard drive. I\'m appending DateTime: Hours,Minutes,Second an
DateTime
System.IO.Path.GetRandomFileName()
Path.GetRandomFileName() on MSDN.