FSCommand.hx 119 B

12345
  1. package flash.system;
  2. extern class FSCommand {
  3. static function _fscommand(command : String, args : String) : Void;
  4. }