try {         // 执行了下面的删除操作,如何知道是否成功
Runtime.getRuntime().exec("rm -r " + dataRootFolder);
} catch (IOException e) {
e.printStackTrace();
}