haXe API Documentation
Back | Index
typedef sys.FileStat
Available in neko, php, cpp
File informations, as given by sys.FileSystem.stat
var uid : Int
var size : Int
var rdev : Int
var nlink : Int
var mtime : Date
var mode : Int
var ino : Int
var gid : Int
var dev : Int
var ctime : Date
var atime : Date
Back | Index