判斷資料夾是否存在,不存在則建立資料夾

2021-06-08 15:40:12 字數 783 閱讀 7732

public static boolean i***ists(string s)

/*** @param args

*/public static void main(string args) else

}得到檔案的相對路徑

string path = this.getclass().getclassloader().getresource("/").getpath();

path = path.replace("%20", " ");

file file = new file(path+"../fbxml/huangtiandangli.tmx");

if (file.exists())

還要把fbxml資料夾放在與classes同一級的目錄裡

示例二     刪除某個資料夾及資料夾內所有檔案

public static void main(string args) catch (exception e)

}public static boolean deletefile(string delpath) throws exception else if (file.isdirectory()) else if (delfile.isdirectory())  

}  system.out.println(file.getabsolutepath()+"刪除成功");  

file.delete();  

}  } catch (exception e)  

return true;  

}  

資料夾不存在則建立

注意只能一級一級地操作,不能一次重建兩層路徑。cstring strfilepath t c a 檔案路徑 if pathfileexists strfilepath 資料夾不存在則建立 createdirectory strfilepath,null strfilepath t c a aa if...

ASP如何檢測某資料夾是否存在,不存在則自動建立

都不完善,我想樓主的意思是建立無極深度目錄吧,給個我寫的 建立新資料夾 允許無級建立 1 35 2005 1 31 public function createfolder folderpath dim sobjfso dim arrfolder dim i set sobjfso server.c...

IOS開發中判斷檔案是否存在,不存在則拷貝

objc view plain copy 首先,先總結一下如何獲取documents目錄,在ios開發中,我們經常需要檢索documents目錄的完整路徑以便讀取和寫入檔案,我總結了以下兩種方法 1 nsstring documentsdirectory nshomedirectory docume...