Go to the first, previous, next, last section, table of contents.
- `lstat(FILEHANDLE)'
-
- `lstat FILEHANDLE'
-
- `lstat(EXPR)'
-
- `lstat SCALARVARIABLE'
-
stat()
関数と同じことをするが、
シンボリックリンクが指すファイルではなく、
シンボリックリンクそのものの stat
を返す。
シンボリックリンクをインプリメントしていないシステムでは、
stat
と同じである。
See section stat.
Go to the first, previous, next, last section, table of contents.