typedef sys.FileStat
Available on all platforms
File informations, as given by [sys.FileSystem.stat]
var uid:Int
the user id for the file
var size:Int
the size of the file
var rdev:Int
var nlink:Int
var mtime:Date
the last modification time for the file
var mode:Int
var ino:Int
var gid:Int
the user group id for the file
var dev:Int
var ctime:Date
the creation time for the file
var atime:Date
the last access time for the file (when enabled by the file system)