Friday, February 1, 2008

Use Path.GetRandomFileName() or Path.GetTempFileName() when working with temp files

Do not reinvent function for generating unique name for temporary files. Use one of the existing methods:

 

Source

No comments:

Post a Comment