Skip to content

file

Client-side
Server-side
Shared

Element category: File

The file object refers to a file loaded into memory. It can be obtained using the fileCreate or fileOpen functions and then, for example, read using fileRead or used for any other file-related operation with the file functions.

OOP Constructor

File(...) is the constructor method for the file class (fileOpen).

OOP Methods and Variables