中文字幕免费精品_亚洲视频自拍_亚洲综合国产激情另类一区_色综合咪咪久久

vbs選擇文件夾效果代碼
來源:易賢網 閱讀:1670 次 日期:2016-07-21 14:27:17
溫馨提示:易賢網小編為您整理了“vbs選擇文件夾效果代碼”,方便廣大網友查閱!

不用組件的話有兩種辦法:

set objFile = CreateObject("SAFRCFileDlg.FileOpen")

Set objShell = CreateObject("Shell.Application")

本blog里都有示例。

如果調用vb組件,可以是:

flag = &h200

whichone = OpenFile("Choose a File!", "C:\", "Everything|*.*|TextFiles|*.TXT|Word-Documents|*.DOC", 2, flag)

MsgBox "Raw data returned: " & whichone

' Split up multi selection result:

' space is used as separator:

whichone = Split(whichone, " ")

' field index 0 contains path information:

path = whichone(0)

' list all the files:

' how many files were selected?

filecount = UBound(whichone)

if filecount=0 then

' just one file selected!

MsgBox "You selected one file: " & whichone(0)

' check status of Read Only checkbox

' is bit 1 set or cleared?

' works only if just one file was selected!

MsgBox "Returned flag: " & flag

if (flag and 1) then

' (flag and 1)<>0, transforms to true

' bit is set!

MsgBox "ReadOnly selected!"

else

MsgBox "ReadOnly not selected!"

end If

' check whether selected file is of default type (txt)

if (flag and 1024) then

MsgBox "selected file is no txt file!"

else

MsgBox "selected file is of default type!"

end if

else

' more than one file selected!

MsgBox "You selected " & filecount & " files!"

for x = 1 to UBound(whichone)

list = list & path & whichone(x) & vbCr

next

MsgBox list

end If

function OpenFile(title, dir, filter, index, flags)

set comdlg = CreateObject("MSComDlg.CommonDialog")

comdlg.filter = filter

comdlg.FilterIndex = index

comdlg.Flags = flags

comdlg.MaxFileSize = 260

comdlg.CancelError = false

comdlg.DialogTitle = title

comdlg.InitDir = dir

' set txt as default

comdlg.DefaultExt = "txt"

comdlg.ShowOpen

OpenFile = comdlg.filename

' important: return flag status so your main script can

' check it:

flags = comdlg.Flags

end function

更多信息請查看腳本欄目
上一篇:vbs的sort排序
易賢網手機網站地址:vbs選擇文件夾效果代碼
由于各方面情況的不斷調整與變化,易賢網提供的所有考試信息和咨詢回復僅供參考,敬請考生以權威部門公布的正式信息和咨詢為準!

2026國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
工業和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
云南網警備案專用圖標
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權所有:易賢網
云南網警報警專用圖標
主站蜘蛛池模板: 乐亭县| 南充市| 景泰县| 万源市| 龙岩市| 淅川县| 苏尼特左旗| 兰考县| 张家港市| 赤水市| 雷山县| 鄱阳县| 自治县| 铜梁县| 龙游县| 仪陇县| 阿尔山市| 台东市| 莱州市| 沈阳市| 孟州市| 象州县| 伊春市| 太谷县| 瑞丽市| 德江县| 韶关市| 汉中市| 韶山市| 望都县| 金门县| 和平区| 罗定市| 荔浦县| 阳原县| 巨野县| 南木林县| 科尔| 陕西省| 桦甸市| 凤阳县|