haXe API Documentation
Back
|
Index
extern
class
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
) :
system.DateTime
static
function
GetLastAccessTime(path :
String
) :
system.DateTime
static
function
GetLastWriteTime(path :
String
) :
system.DateTime
static
function
Move(source :
String
, dest :
String
) :
Void
Back
|
Index