sodakotahusker
Programmer
- Mar 15, 2001
- 601
I get this error.
Error is:
Could not find a part of the path "c:\windows\system32\inetsrv\d\webs\tempFiles\10019_11262005_70420_AM.tmp".
The statement I used for stream writer is:
The statement I used for stream writer
StreamWriter sw = new StreamWriter(fileName,false);
fileName has value of d\webs\tempFiles\10019_11262005_70420_AM.tmp".
with preceding @ which I understand is like a global escape character?
What is up with this and how do I save a file where I want it to go??
Error is:
Could not find a part of the path "c:\windows\system32\inetsrv\d\webs\tempFiles\10019_11262005_70420_AM.tmp".
The statement I used for stream writer is:
The statement I used for stream writer
StreamWriter sw = new StreamWriter(fileName,false);
fileName has value of d\webs\tempFiles\10019_11262005_70420_AM.tmp".
with preceding @ which I understand is like a global escape character?
What is up with this and how do I save a file where I want it to go??