On May 17, 2005, at 07.39, julien thai wrote:
> "C:\toto.txt");
You might need to change this to:
"C:\\toto.txt"
The double backslash is important, otherwise you are creating a file
in the PWD called "<TAB>oto.txt" instead of "toto.txt" in the root dir.
A