Methods

lstatΒΆ

lstat(pathname:Str)

Issue lstat() system call. Throws StatFail if the call fails.
Source: stdlib.ngs:2668

Returns

Stat

Example

stat("/usr/bin/cal").st_mode   # 33261
lstat("/usr/bin/cal").st_mode  # 41471