B
Bob Morris
I need to be able to create unique new filenames in a directory set by me,
with an extension that I set. The two commands I need are:-
Path.SetTempFilePath(string path);
and
Path.GetTempFile(string extension);
Unfortunately MS haven't provided them. Any ideas?
Bob
with an extension that I set. The two commands I need are:-
Path.SetTempFilePath(string path);
and
Path.GetTempFile(string extension);
Unfortunately MS haven't provided them. Any ideas?
Bob