stat multimethod

Methods

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

Returns

Stat

Example

stat("/tmp")  # <Stat st_dev=51714 st_ino=25 st_mode=17407 ...>
stat(p:Path) Source: stdlib.ngs:5202
Issue stat() system call. Throws StatFail if the call fails.

Returns

Stat