lstat

Name

lstat -- Stat a link.

Type: function

Synopsis

lstat( path, buf);

Arguments

path

An instance of <string>

Return Values

buf

An instance of <stat-buf>

Description

Like stat, but gets status on the link itself if path refers to a symbolic link.