H Herfried K. Wagner [MVP] Nov 1, 2004 #2 BobAchgill said: How can I make a hash code that I can use as a unique Windows file name. Click to expand... A hash value of what? The data stored in the file? If you only need a unique filename, take a look at the 'Guid' class and its 'NewGuid' method.
BobAchgill said: How can I make a hash code that I can use as a unique Windows file name. Click to expand... A hash value of what? The data stored in the file? If you only need a unique filename, take a look at the 'Guid' class and its 'NewGuid' method.