Use hash code as a file name

  • Thread starter Thread starter BobAchgill
  • Start date Start date
B

BobAchgill

How can I make a hash code that I can use as a unique
Windows file name.
 
BobAchgill said:
How can I make a hash code that I can use as a unique
Windows file name.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top