MTA:Eir/FileSystem/createMemoryFile

From Multi Theft Auto: Wiki
Revision as of 22:30, 16 January 2022 by Quiret (talk | contribs) (Created page with "__NOTOC__ This function creates a single file that is resident entirely in system memory. ==Syntax== <syntaxhighlight lang="lua"> file fsnamespace.createMemoryFile( ) </syntaxhighlight> ==Returns== This function returns a new file object if successful, false otherwise. ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:MTA:Eir/FileSystem/namespace/functions}} {{:MTA:Eir/FileSystem/translator/functions}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function creates a single file that is resident entirely in system memory.

Syntax

file fsnamespace.createMemoryFile( )

Returns

This function returns a new file object if successful, false otherwise.

Example

-- TODO

FileSystem Namespace Functions

FileSystem Translator Functions