Constants

Constants – Predefined Constants

FILE_DEFAULT_READSIZE

The default number of bytes to read from a file.

FILE_MODE_WRITE

Using this mode, opened files will be truncated first and then new data will be written to them.

FILE_MODE_APPEND

Using this mode, new data will be appended to the end of opened files.

Introduction to the File class (Previous) build a path from given parts array (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.