FileStat
typedef sys.FileStatAvailable in neko, php, cppFile informations, as given by
sys.FileSystem.stat
var uid : Intthe user id for the file
var size : Intthe size of the file
var rdev : Int
var nlink : Int
var mtime : Datethe last modification time for the file
var mode : Int
var ino : Int
var gid : Int
var dev : Int
var ctime : Datethe creation time for the file
var atime : Datethe last access time for the file (when enabled by the file system)
version #17807, modified 2013-02-27 23:44:46 by api
0 comment