Java檔案操作例項

2021-08-28 16:30:57 字數 1254 閱讀 8088

//統計指定資料夾大小 

public static long getfilelength(file dir) else

}return len;

}//刪除指定資料夾

public static void deletefile(file dir) else

}//5,迴圈結束後,把空資料夾刪掉

dir.delete();

}//把乙個資料夾拷貝到另乙個資料夾中

public static void copy(file src, file dest) throws ioexception         

bis.close();

bos.close();

//5,如果是資料夾就遞迴呼叫

}else

}}//獲取資料夾路徑

public static file getdir() else if(dir.isfile()) else

}            

}//從鍵盤接收乙個資料夾路徑,把資料夾中的所有檔案以及資料夾的名字按層級列印

public static void printlev(file dir,int lev)

//3,無論是檔案還是資料夾,都需要直接列印

system.out.println(subfile);

//4,如果是資料夾,遞迴呼叫

if(subfile.isdirectory())

}}//求1000的階乘中所有的零

public static void demo()

string str = bi1.tostring();    //獲取字串表現形式

int count = 0;

for(int i = 0; i < str.length(); i++)

}system.out.println(count);

}//arraylist實現的約瑟夫環

public static int getlucklynum(int num)             

int count = 1;                        //用來數數的,只要是3的倍數就殺人

for(int i = 0; list.size() != 1; i++)

if(count % 3 == 0)

count++;

}        

return list.get(0);

}

檔案操作例項

開發資料查詢 define crt secure no warnings include include include include include define path kaifang.txt char g pp 全域性的二級指標 int imax 20151574 標示有多少行 int g...

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...