File creates a File object for reading from and/or writing to a given file path
app.CreateFile(
file,
mode ) ->
app object - File
The following methods are avaiable on the File object:
string - path to file or folder ( "/absolute/..." or "relative/..." )
string - "r" or "w" or "rw"
destroys object
length in bytes
?
number - integer
unknown
read len bytes from file
returns whole contrastent as number
return whole contrastent as text
?
jump to given byte
?
skip a given number of bytes
writes ? to file
number
writes a number to file
writes text to file
object id