This is the complete list of members for File, including inherited members.
- atEnd : bool
- error : int
- errorString : string
- exists : bool
- isReadable : bool
- isWritable : bool
- openMode : int
- path : string
- position : int
- textEncoding : TextEncoding
- textMode : bool
- url : url
- close()
- bool flush()
- bool open()
- bool open(int openMode)
- object read(int length)
- object readAll()
- string readLine()
- bool reset()
- write(var data)
- writeLine(string text)