MTA:Eir/FileSystem/file/stat

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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