欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

WScript.Shell對(duì)象SpecialFolders屬性未公開(kāi)文檔分享

 更新時(shí)間:2013年01月13日 23:26:08   作者:  
WshShell對(duì)象的SpecialFolders屬性返WshSpecialFolders 對(duì)象,該對(duì)象是一個(gè)特殊文件夾集合,其中包含整套Windows特殊文件夾
特殊文件夾名稱(chēng)用于索引該集合以檢索所需的特殊文件夾,文檔中列出了下面的特殊文件夾:

AllUsersDesktop
AllUsersStartMenu
AllUsersPrograms
AllUsersStartup
Desktop
Favorites
Fonts
MyDocuments
NetHood
PrintHood
Programs
Recent
SendTo
StartMenu
Startup
Templates
不過(guò)今天在用OllyDbg調(diào)試VBS的時(shí)候,發(fā)現(xiàn)文檔中少寫(xiě)了一個(gè)AppData文件夾,作文以記之。
復(fù)制代碼 代碼如下:

'Author: Demon
'Date: 2012-9-25
'Website: http://demon.tw
Dim WshShell
Set WshShell = CreateObject("wscript.Shell")
WScript.Echo WshShell.SpecialFolders("AppData")


原文來(lái)自: http://demon.tw/programming/wscript-shell-specialfolders.html

相關(guān)文章

最新評(píng)論