stat

Name

stat -- Stat a file.

Type: function

Synopsis

stat( path, buf);

Arguments

path

An instance of <string>

Return Values

buf

An instance of <stat-buf>

Description

Construct a stat buffer for the given file. If path is a soft link, the file referred to is stat'ed.