Error on mscorlib throws file exists exception

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?
 
M

Michael Nemtsev

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
 

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