Modules/FileSystem/file/stat: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<pageclass class="#3cc882" subcaption="File function"></pageclass>
__NOTOC__
__NOTOC__
This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Modules/FileSystem/translator/stat|translator:stat]].
This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Modules/FileSystem/translator/stat|translator:stat]].

Latest revision as of 03:11, 23 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.

FileSystem File Functions