MTA:Eir/FileSystem/createFilesystemInterface: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
This function returns the table that denotes the '''FileSystem module namespace'''.
This function returns the table that denotes the '''FileSystem module namespace'''.


==See also==
{{:MTA:Eir/FileSystem/functions}}
{{:MTA:Eir/FileSystem/functions}}

Revision as of 00:31, 29 January 2014

This function creates a FileSystem access point. An access point is your personal instance of the MTA:Eir FileSystem. The table returned by this function is the module namespace. There are no limits as to how many access points can be live at a time.

Syntax

table createFilesystemInterface ()

Returns

This function returns the table that denotes the FileSystem module namespace.


FileSystem Library Functions

FileSystem Namespace Functions

FileSystem Translator Functions

FileSystem Archive Translator Functions

FileSystem File Functions