|
|||
|
Hi SWFKit,
Not sure if this is a bug. I ran your help example code for getSpecialFolder() For "printers" I get a return value of "undefined". I don't actually know what I should get. I do have a folder on my WinXP/Home "C:\windows\system32\spool\PRINTERS" with nothing in it. What should I get with Shell.getSpecialFolder('"printers"')? Thanks Rob |
|
|||
|
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");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|