What steps do I need to do to add this to WSH so it's exposed?
The code I want to try for now is something like the following....
Dim shell, folder
Set shell = CreateObject("Shell.Application")
Set folder = shell.NameSpace(foldername)
MsgBox folder.Title
Thanks....
Al
"Alan Burch" <abu...@vcd.hp.com> wrote in message news:86i77l$d4v$1...@news.vcd.hp.com...