file
File Methods
info()
Returns a struct of file information.
Different values are returned for FileInfo and GetFileInfo
seek(position=[integer])
Moves the buffer cursor position forward the number of characters specified by the position argument
Arguments:
skipBytes(position=[integer])
Moves the buffer cursor position forward the number of characters specified by the position argument
Arguments:
Examples
Last updated