MTA:Eir/FileSystem/file/stat: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[MTA:Eir/FileSystem/translator/stat|trans...")
 
mNo edit summary
Line 8: Line 8:


==Returns==
==Returns==
Returns the a dictionary that contains the immediate file statistics.
Returns a dictionary that contains the immediate file statistics.


==Example==
==Example==
todo.
todo.
{{:MTA:Eir/FileSystem/file/functions}}
{{:MTA:Eir/FileSystem/file/functions}}

Revision as of 14:35, 31 January 2014

This function returns immediate statistics about this file/stream object. The output should be of same structure like that of translator.stat.

Syntax

dictionary file.stat ()

Returns

Returns a dictionary that contains the immediate file statistics.

Example

todo.

FileSystem File Functions