File
extern class java.io.Fileimplements Comparable<File>implements SerializableAvailable in java
function new( param1 : String ) : Void
function canExecute() : Bool
function canRead() : Bool
function canWrite() : Bool
function compareTo( param1 : File ) : Int
function createNewFile() : Bool
function delete() : Bool
function deleteOnExit() : Void
function equals( param1 : Dynamic ) : Bool
function exists() : Bool
function getAbsoluteFile() : File
function getAbsolutePath() : String
function getCanonicalFile() : File
function getCanonicalPath() : String
function getFreeSpace() : Int64
function getName() : String
function getParent() : String
function getParentFile() : File
function getPath() : String
function getTotalSpace() : Int64
function getUsableSpace() : Int64
function hashCode() : Int
function isAbsolute() : Bool
function isDirectory() : Bool
function isFile() : Bool
function isHidden() : Bool
function lastModified() : Int64
function length() : Int64
function list() : NativeArray<String>
function listFiles() : NativeArray<File>
function mkdir() : Bool
function mkdirs() : Bool
function renameTo( param1 : File ) : Bool
function setExecutable( param1 : Bool, param2 : Bool ) : Bool
function setLastModified( param1 : Int64 ) : Bool
function setReadOnly() : Bool
function setReadable( param1 : Bool, param2 : Bool ) : Bool
function setWritable( param1 : Bool, param2 : Bool ) : Bool
function toPath() : Path
function toString() : String
function toURI() : URI
function toURL() : URL
static var pathSeparator : String
static var pathSeparatorChar : Char16
static var separator : String
static var separatorChar : Char16
static function createTempFile( param1 : String, param2 : String, param3 : File ) : File
static function listRoots() : NativeArray<File>
version #18543, modified 2013-05-08 10:54:11 by api
0 comment