I have come across this problem several times in which I would like to have multiple versions of the same file in the same directory. The way I have been doing it using C# i
Perhaps appending DateTime.Now.Ticks instead, is a tiny bit faster since you won't be creating 3 strings and the ticks value will always be unique also.