haXe API Documentation
Back | Index
extern class cs.system.io.File
Available in cs
static function Copy(source : String, dest : String) : Void
static function Create(path : String) : FileStream
static function Delete(path : String) : Void
static function Exists(path : String) : Bool
static function GetCreationTime(path : String) : cs.system.DateTime
static function GetLastAccessTime(path : String) : cs.system.DateTime
static function GetLastWriteTime(path : String) : cs.system.DateTime
static function Move(source : String, dest : String) : Void
Back | Index