Skip to content
Documentation is work in progress. Information may be out of date and inaccurate.

File

Info

It is not possible to open files from outside the server folder. All path must be relative to the Server's executable folder. All files are opened as binary file by default.

Examples#

local configuration_file = File("my_awesome_configuration.json")

local configuration_file_json = JSON.parse(configuration_file:Read(configuration_file:Size()))

Constructors#

Static Functions#

Functions#

Events#