選擇資料夾,路徑選擇,
資料夾資源管理器
推薦 selectdirectory
vcl.filectrl.hpp
if(!selectdirectory("請選擇目錄","",daopath))
selectdirectory
#include "shbrowseforfolderfilectrl.hpp
"const seldirhelp = 1000
;void __fastcall tform1::button1click(tobject *sender)
vcl.shell.shellctrls
tshellcombobox
tshelltreeview
tshelllistview
檔名:shelllistview1.folders[shelllistview1.itemindex].pathname
shelltreeview.selectedfolder.pathname;
能貼上路徑,選擇路徑,快速輸入
proceduretform.button4click(sender: tobject);
varastrpath: tarray
; //
使用者選定後的目錄
begin
if (selectdirectory('
請選擇檔案儲存的路徑
參考寫的很細,學習
delphi之選擇資料夾路徑 選擇檔案路徑
一 opendialog選擇檔案路徑 procedure tform4.but2click sender tobject varchobak topendialog begin chobak topendialog.create nil if chobak.execute then begin sh...
怎樣即選擇檔案又選擇資料夾路徑
選擇檔案和資料夾的對話方塊 charszdir max path browseinfobi itemidlist pidl cstringstrdlgtitle 請選擇需要上傳的資料 bi.hwndowner this m hwnd bi.pidlroot null bi.pszdisplaynam...
選擇乙個資料夾 Delphi
在delphi中,選擇乙個資料夾的操作主要有兩種方法。一種是通過 開啟 對話方塊 opendialog 控制項,通過定位乙個檔案來間接實現。另一種是利用delphi提供的selectdirectory函式。這個函式是在filectrl單元中定義的。第二種方法還有乙個附加的好處,它可以使用root引數...