Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

stat

io.file.stat

stat -- effect providing operations to retrieve file stats
returns stats of the file/dir passed in the pathname
in success it will return a meta_data outcome storing stats regarding the file/dir
in case of failure an error will be returned
this feature does not resolve symbolic links and returns stats of the link itself
returns stats of the file/dir passed in the pathname
in success it will return a meta_data outcome storing stats regarding the file/dir
in case of failure an error will be returned
this feature resolves symbolic links