|
Use FileStream and StreamWriter, but be sure to
close it. You can try "using" construct to ensure the file will be
closed.
Jarek
|
- [Mono-list] Question * * *Salah* * *
- Jaroslaw Kowalski
|
Use FileStream and StreamWriter, but be sure to
close it. You can try "using" construct to ensure the file will be
closed.
Jarek
|