OSDN Git Service

20021009版ソース
[seraphyscrtools/SeraphyScriptTools.git] / TestScript / sfolder.vbs
1 dim obj
2 set obj = CreateObject("SeraphyScriptTools.Shell")
3
4 set map = CreateObject("SeraphyScriptTools.ObjectMap")
5 obj.getspecialfolderlocations(map)
6
7 mes = ""
8 for each x in map
9         mes = mes &  x & " = " & map.value(x) & vbcrlf
10 next
11 msgbox mes