Java 檔案操作!

2021-08-29 11:47:10 字數 1090 閱讀 4913

public class fileoperate

/*** 刪除目錄下所有檔案

* @param directory (file 物件)

*/public void emptydirectory(file directory)

}* 建立檔案

* @param filepath:檔案所在目錄路徑,比如:c:/test/test.txt

* @return

*/public static boolean makefile(string filepath) throws ioexception

/*** 刪除檔案

* @param filepath:檔案所在物理路徑

* @return

*/public static boolean isdel(string filepath)

/*** 檔案重新命名

* @param filepath:檔案所在物理路徑

* @param destname:新檔名

* @return

*/public static boolean renamefile(string filepath,string destname)

f = null;

rf = null;

return result;

}/**

* 將檔案內容寫入資料庫中

* @param filepath:檔案所在物理路徑

* @param content:寫入內容

* @throws exception

*/public static void writefile(string filepath,string content) throws exception

/*** 日誌備份

* @param filepath:日誌備份路徑

* @param baksize:日誌備份大***值(位元組大小)

* @throws ioexception

*/public static void logbak(string filepath,long baksize) throws ioexception

f = null;}}

java 檔案操作

複製檔案 param fromfilepath string 目標檔案 param tofilepath string 儲存檔案的路徑 return boolean 複製成功 true 出錯 false public static boolean copyfile string fromfilepa...

java 檔案操作

public class documentutil else else copyfinished this.copyfolder startfile,desfile return copyfinished 顯示目錄下所有檔案ming public static file getdocuments s...

Java 檔案操作

private jfilechooser chooser filenameextensionfilter filter new filenameextensionfilter allowed file txt jar chooser.setfilefilter filter intvalue cho...