Constants for Special Folders in Windows For anyone who can use it. ; Constants for Special Folders in Windows
Const $Internet_Explorer = 0x1
Const $Programs = 0x2
Const $Control_Panel = 0x3
Const $Printers_and_Faxes = 0x4
Const $My_Documents = 0x5
Const $Favorites = 0x6
Const $Startup = 0x7
Const $My_Recent_Documents = 0x8
Const $SendTo = 0x9
Const $Recycle_Bin = 0xa
Const $Start_Menu = 0xb
Const $My_Music = 0xd
Co