File.LstatConvenient functions to access the fields of the Unix stat structure of symbolic links.
These functions are analogous to those in Stat, except that if fn is a symlink they return the information for the link itself. For example:
If fn is a symlink then:
Lstat.ino fn <> Stat.ino (Unix.readlink fn)If fn is not a symlink then:
Lstat.ino fn = Stat.ino fn