ICI Modules: sys: stat


Modules by name : by type

Synopsis

struct = sys.stat(int | string | file)

Description

Obtains information about the file and returns a struct containing that information. The file may be specified either as a integer file descriptor, a named file or a stream associated with a file descriptor. The returned structure contains the following keys,