lstat multimethod

Methods

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

Returns

Stat

Example

stat("/usr/bin/cal").st_mode   # 33261
lstat("/usr/bin/cal").st_mode  # 41471
lstat(p:Path) Source: stdlib.ngs:5216
Issue lstat() system call. Throws StatFail if the call fails.

Returns

Stat