Core.fileLoad

From GiderosMobile
Revision as of 01:34, 25 March 2025 by MoKaLux (talk | contribs)

Available since: Gideros 2025.3
Class: Core

Description

Optimized file loading.

Core.fileLoad(filename,table)

Parameters

filename: (string) path to the file to load
table: (table) with following options:
async: (boolean) with async loading, default = false
compression: (boolean) with compression, default = false
buffer: (boolean) as buffer, default = false
mode: (string) file mode: "rb", ...