android 运行一个cp命令

try {
      Runtime.getRuntime().exec("cp /mnt/usb/sda1/Android/aaaa.ppt /mnt/usb/sda1/Android/cccc.ppsx");
    } catch (IOException e) {
	Log.e("runtime",e.toString());
	e.printStackTrace();
     }

你可能感兴趣的:(android 运行一个cp命令)