6 lines
119 B
Haxe
6 lines
119 B
Haxe
package flash.system;
|
|
|
|
extern class FSCommand {
|
|
static function _fscommand(command : String, args : String) : Void;
|
|
}
|