Available on flash
new()
read onlycreationDate:Date
read onlycreator:String
@:require(flash10)read onlydata:ByteArray
read onlymodificationDate:Date
read onlyname:String
read onlysize:Float
read onlytype:String
browse(?typeFilter:Array<FileFilter>):Bool
cancel():Void
download(request:URLRequest, ?defaultFileName:String):Void
@:require(flash10)load():Void
@:require(flash10)save(data:Dynamic, ?defaultFileName:String):Void
@:value({ testUpload : false })upload(request:URLRequest, ?uploadDataFieldName:String, testUpload:Bool = false):Void
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool