Page 1 of 1

open/read/write file problem

PostPosted: Fri Jan 29, 2010 8:45 am
by linjichao
how to get error when operation file in script editor ?is there have API? ferror() ? i can't find out...

Re: open/read/write file problem

PostPosted: Fri Jan 29, 2010 12:30 pm
by makslane
There is no ferror function.
You can only know if the file was successfully open with the fopen return value.