lakoon
23rd June 2005, 17:05
Hello
I browsed to a lot of threads, but did not find an answer.
I try to open a local file with the following command:
fp = seq.open.local("d:\temp\hostsend.dat", "a", false)
The return value for fp is 0, no file created or existing file opened.
If I do
ret = seq.open.local("d:\temp\hostsend.dat", "w", false)
The return value for fp is any number greater 0, the file is opened/overwritten.
Why is the function with the file mode "a" not working. Do I miss something?
Just happy for any sugestions.
/lakoon
I browsed to a lot of threads, but did not find an answer.
I try to open a local file with the following command:
fp = seq.open.local("d:\temp\hostsend.dat", "a", false)
The return value for fp is 0, no file created or existing file opened.
If I do
ret = seq.open.local("d:\temp\hostsend.dat", "w", false)
The return value for fp is any number greater 0, the file is opened/overwritten.
Why is the function with the file mode "a" not working. Do I miss something?
Just happy for any sugestions.
/lakoon