FileInfo struct

Defined in module std.fs (fs.l0).

Shared file metadata wrapper around sys.rt::RtFileInfo.

Fields

exists: bool
is_file: bool
is_dir: bool
size: int
mtime_sec: int
mtime_nsec: int