#region treeview 繫結資料夾和檔案
///
/// 根據資料夾繫結到樹
///
///
///
///
public bool settreenobyfilepath(treeview treeview, string filepath,imagelist imgs)
foreach (fileinfo finfo in new directoryinfo(filepath).getfiles())
return true;
}catch
}///
/// 設定子目錄的
///
/// 目錄路徑
///
///
private void setsubdirectorytreenode(directoryinfo direc, treenode tn,imagelist imglist)
setsubdirectorytreenode(dir, temptn, imglist);}}
///
/// 為treeview設定小圖示
///
///
///
///
private void settreenodeico(treenode tn, string strext, imagelist imgs)
else if (ext.tolower() == "doc" || ext.tolower() == "rar" || ext.tolower() == "txt")
else
}#endregion
#region 只繫結資料夾
///
/// 根據資料夾繫結到樹
///
///
///
///
public bool settreenobyfilepath(treeview treeview, string filepath)
return true;
}catch
}///
/// 設定子目錄的
///
/// 目錄路徑
///
///
private void setsubdirectorytreenode(directoryinfo direc, treenode tn)
setsubdirectorytreenode(dir, temptn);}}
#endregion
treeview顯示目錄下檔案和資料夾!
procedure tform1.addtree path string parentnode ttreenode varsearchrec tsearchrec ifound integer newnode ttreenode begin ifound findfirst path faanyfi...
C 檔案和資料夾
獲取啟動了應用程式的可執行檔案的路徑,不包括可執行檔案的名稱。返回上一級路徑 是你返回的資料夾級數 string parentpath di.fullname 判斷檔案是否存在 if system.io.file.exists parentpath directory.exists path pat...
刪除檔案和資料夾
一 刪除檔案 使用 del 命令,可以檢視幫助資訊 del p f s q a attributes names erase p f s q a attributes names names 指定乙個或數個檔案或目錄列表。萬用字元可被用來 刪除多個檔案。如果指定了乙個目錄,目錄中的所 有檔案都會被刪...