File
extern class cs.system.io.FileAvailable 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 ) : DateTime
static function GetLastAccessTime( path : String ) : DateTime
static function GetLastWriteTime( path : String ) : DateTime
static function Move( source : String, dest : String ) : Void
version #14536, modified 2012-07-16 12:22:05 by api
0 comment