File

sys.io.File (Class)

Static Members

getContent(path: String): String
Name Type
path String
Returns
String

saveContent(path: String, content: String): Void
Name Type
path String
content String

getBytes(path: String): haxe.io.Bytes
Name Type
path String
Returns
haxe.io.Bytes

saveBytes(path: String, bytes: haxe.io.Bytes): Void
Name Type
path String
bytes haxe.io.Bytes

copy(srcPath: String, dstPath: String): Void
Name Type
srcPath String
dstPath String

Private Members

Metadata

Name Parameters
:dce -