FileSystem
class cpp.FileSystemAvailable in cpp
static function createDirectory( path : String ) : Void
static function deleteDirectory( path : String ) : Void
static function deleteFile( path : String ) : Void
static function exists( path : String ) : Bool
static function fullPath( relpath : String ) : String
static function isDirectory( path : String ) : Bool
static function kind( path : String ) : FileKind
static function readDirectory( path : String ) : Array<String>
static function rename( path : String, newpath : String ) : Void
static function stat( path : String ) : FileStat
version #7537, modified 2010-01-09 19:32:09 by api