stat multimethod
Methods
- stat(pathname:Str) Source: stdlib.ngs:3927
Issue stat() system call. Throws StatFail if the call fails. Returns
StatExample
stat("/tmp") # <Stat st_dev=51714 st_ino=25 st_mode=17407 ...>
- stat(p:Path) Source: stdlib.ngs:3934
Issue stat() system call. Throws StatFail if the call fails. Returns
Stat