MTA:Eir/FileSystem/createMemoryFile: Difference between revisions
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}}") |
mNo edit summary |
||
Line 16: | Line 16: | ||
{{:MTA:Eir/FileSystem/namespace/functions}} | {{:MTA:Eir/FileSystem/namespace/functions}} | ||
{{:MTA:Eir/FileSystem/ | {{:MTA:Eir/FileSystem/file/functions}} |
Latest revision as of 22:47, 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
- createTranslator
- createRAMDisk
- createMemoryFile
- createFileIterative
- createArchiveTranslator (not module)
- createZIPArchive (not module)
- copyFile
- copyStream
- copyStreamCount
- pathToFilename
- streamCompare
- topointer
- type
- setDoBufferAllRaw
- getDoBufferAllRaw