MTA:Eir/FileSystem/file/stat: Difference between revisions
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...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
dictionary file | dictionary file:stat () | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Returns== | ==Returns== | ||
Returns | Returns a dictionary that contains the immediate file statistics. | ||
==Example== | ==Example== | ||
todo. | todo. | ||
{{:MTA:Eir/FileSystem/file/functions}} | {{:MTA:Eir/FileSystem/file/functions}} |
Latest revision as of 23:47, 16 January 2022
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.