Packagecom.hippohx
Classpublic class FileStats

The FileStats object gathers data related to FileKind objects. This is an ActionScript "copy" of the haXe FileStat object.

See also

com.hippohx.File.readDirectory()
com.hippohx.FileKind


Public Properties
 PropertyDefined by
  atime : Date
Time of last access.
FileStats
  ctime : Date
Time of last change.
FileStats
  dev : int
Device number.
FileStats
  gid : int
Group id of owner.
FileStats
  ino : int
Inode number.
FileStats
  mode : int
Bit field containing file protection settings.
FileStats
  mtime : Date
Time of last modification.
FileStats
  nlink : int
Number of hard links to the file.
FileStats
  rdev : int
N/A
FileStats
  size : int
File size in bytes.
FileStats
  uid : int
User id of file owner.
FileStats
Public Methods
 MethodDefined by
  
FileStats
  
toString():String
This is just a nice way of displaying object's information within a trace function.
FileStats
Property detail
atimeproperty
public var atime:Date

Time of last access.

ctimeproperty 
public var ctime:Date

Time of last change.

devproperty 
public var dev:int

Device number.

gidproperty 
public var gid:int

Group id of owner.

inoproperty 
public var ino:int

Inode number.

modeproperty 
public var mode:int

Bit field containing file protection settings.

mtimeproperty 
public var mtime:Date

Time of last modification.

nlinkproperty 
public var nlink:int

Number of hard links to the file.

rdevproperty 
public var rdev:int

N/A

sizeproperty 
public var size:int

File size in bytes.

uidproperty 
public var uid:int

User id of file owner.

Constructor detail
FileStats()constructor
public function FileStats()
Method detail
toString()method
public function toString():String

This is just a nice way of displaying object's information within a trace function.

Returns
String