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