Random Filenames

A

Amy

Does anyone know if thier is anything built in the framework to generate
random filenames?

I have a dataset(hash table) that grows very large. After a certain point a
good portion of the elements will not be used anymore until the end of the
program. In order to conserve memory I wanted to write out the current data
in the hash table to a file.

Any thoughts?
Amy
 
A

Arran Pearce

Probably not the best way but in one application i did a while ago i
generated a GUID and used that & the current date/time as a file name.
 

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

Top