MTA:Eir/FileSystem/createMemoryFile: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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}}")
(No difference)

Revision as of 22:30, 16 January 2022

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