VB選擇資料夾並取資料夾名

2021-08-27 05:04:39 字數 493 閱讀 9455

**如下:

'引用microsoft shell controls and automation

dim shella as new shell

private sub command1_click() '建立乙個按鈕物件

dim shellb as folder

set shellb = shella.browseforfolder(0, "選擇資料夾", 0)

shella.open shellb '開啟所選資料夾

text1 = shellb.items.item.path '取得所選資料夾路徑

file1.path = text1

end sub

相關文章

參考:※vb ftp

操作類()※

vb刪除帶子資料夾和檔案的資料夾

※vb 開啟資料夾

,並選中指定的檔案

※得到指定資料夾下的檔案列表

VB 遍歷資料夾

如何用dir 函式來列出c下所有tmp檔案並且用文字框輸出 下面是乙個列出指定目錄下所有符合要求的檔名的函式 public function autolistfiles byval sdirname as string,byval filefilter as string as boolean on...

delphi 選擇資料夾,路徑選擇,瀏覽資料夾

選擇資料夾,路徑選擇,資料夾資源管理器 推薦 selectdirectory vcl.filectrl.hpp if selectdirectory 請選擇目錄 daopath selectdirectory include filectrl.hpp const seldirhelp 1000 vo...

VB 刪除帶子資料夾和檔案的資料夾

如下 sub recursetree currpath as string currpath問資料夾路徑 dim sfilename as string,newpath as string,spath as string static oldpath as string spath currpath...