zPocketScript Class Reference: File


Prototype: Object

Library: libjs_file

The file object provides file i/o operations. The file is opened on construction:
eg. myFile=new File("foo.txt",File.O_READ|File.O_WRITE)
and is closed on deletion:
eg. delete myFile;

NOTE:The File object is a seperate plugin library, not part of the core library.

Methods