FileStat
typedef neko.FileStatimport neko.FileSystemAvailable in nekoFile status.
var uid : IntUser id of file owner.
var size : Intfile size in bytes.
var rdev : Int
var nlink : IntNumber of hard links to the file.
var mtime : DateTime of last modification.
var mode : IntBit field containing file protection settings.
var ino : IntInode number.
var gid : IntGroup id of owner.
var dev : IntDevice number.
var ctime : DateTime of last change.
var atime : DateTime of last access.
version #3924, modified 2008-08-10 22:03:07 by ianxm