sys-stat[procedure] sys-stat path
[procedure] sys-lstat path
Gauche: gets file attribute information.
sys-stat follows symlinks, while sys-lstat not.
Returns <sys-stat>? object. See also sys-fstat?.
Scheme48 has get-file-info and get-file/link-info,
which are conceptually equivalent to these procedures.
Scsh has file-info.
|