首页 > 编程 > VBScript > 正文

WScript.Shell对象SpecialFolders属性未公开文档分享

2020-07-26 11:49:11
字体:
来源:转载
供稿:网友
特殊文件夹名称用于索引该集合以检索所需的特殊文件夹,文档中列出了下面的特殊文件夹:

AllUsersDesktop
AllUsersStartMenu
AllUsersPrograms
AllUsersStartup
Desktop
Favorites
Fonts
MyDocuments
NetHood
PrintHood
Programs
Recent
SendTo
StartMenu
Startup
Templates
不过今天在用OllyDbg调试VBS的时候,发现文档中少写了一个AppData文件夹,作文以记之。
复制代码 代码如下:

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


原文来自: http://demon.tw/programming/wscript-shell-specialfolders.html
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表