Methods

statΒΆ

stat(pathname:Str)

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

Returns

Stat

Example

stat("/tmp")  # <Stat st_dev=51714 st_ino=25 st_mode=17407 ...>