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 creation.
var atime : DateTime of last access.
version #6364, modified 2009-07-23 14:09:19 by vhesselbom
1 comment
Use
neko.FileSystem.stat(path)
to get an instance of this class for a file.