Error on mscorlib throws file exists exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting following exception on when get the temporary file name using
the following method

Exception: System.IO.IOException
Message: The file exists.

Source: mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Path.GetTempFileName()

Is there any way reset back of file name from start onwards?
 
Hello Error on mscorlib throws file exists exc" Error on mscorlib throws
file exists,

Delete file first, or use random generated name for temp file

E> I am getting following exception on when get the temporary file name
E> using the following method
E>
E> Exception: System.IO.IOException
E> Message: The file exists.
E> Source: mscorlib
E> at System.IO.__Error.WinIOError(Int32 errorCode, String str)
E> at System.IO.Path.GetTempFileName()
E> Is there any way reset back of file name from start onwards?
E>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top