Core.fileSave

From GiderosMobile
Revision as of 01:24, 25 March 2025 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File saving. <syntaxhighlight lang="lua"> Core.fileSave(filename,buffer,ta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2025.3
Class: Core

Description

File saving.

Core.fileSave(filename,buffer,table)

Parameters

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