getFileStreamPath("/sdcard/appname/data.xml"); if(file.exists()) { return; } else { // create a File object for the parent directory File MTdirectory = new ...
確定! 回上一頁