io.File

File

package sys-io

Available on cpp, hl, java, lua, macro, neko, php, python

API for reading and writing to files.

See sys.FileSystem for the complementary file system API.

Static methods

static append (path:String, binary:Bool = true):FileOutput

Similar to sys.io.File