View Single Post
  #2 (permalink)  
Old 05-02-2004, 08:55 AM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Bug? Shell.getSpecialFolder('"printers"')

The printers folder is a virtual folder, the method won't work.
If you want to open the "printers" folder, you can do like this
Code:
Shell.run("RunDLL32.EXE SHELL32.DLL,SHHelpShortcuts_RunDLL PrintersFolder");
http://www.dx21.com/SCRIPTING/RUNDLL32/REFGUIDE.ASP
Reply With Quote