FileStat
package sys
Available on cs, php, neko, cpp, macro, java, lua, python, hl
File information, as given by sys.FileSystem.stat
.
Fields
uid:Int
The user id for the file owner.size:Int
The size of the file, in bytes.rdev:Int
The device type on which stat resides (special files only).nlink:Int
The number of hard links to stat.mtime:Date
The last modification time for the file.mode:Int
The permission bits of stat. The meaning of the bits is platform dependent.ino:Int
The inode number for stat.gid:Int
The user group id for the file owner.dev:Int
The device on which stat resides.ctime:Date
The creation time for the file (not all file systems support this).atime:Date
The last access time for the file (when enabled by the file system).
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/sys/FileStat.html