home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- public interface ShellSpecialFolderConstants {
- int ssfDESKTOP = 0;
- int ssfPROGRAMS = 2;
- int ssfCONTROLS = 3;
- int ssfPRINTERS = 4;
- int ssfPERSONAL = 5;
- int ssfFAVORITES = 6;
- int ssfSTARTUP = 7;
- int ssfRECENT = 8;
- int ssfSENDTO = 9;
- int ssfBITBUCKET = 10;
- int ssfSTARTMENU = 11;
- int ssfDESKTOPDIRECTORY = 16;
- int ssfDRIVES = 17;
- int ssfNETWORK = 18;
- int ssfNETHOOD = 19;
- int ssfFONTS = 20;
- int ssfTEMPLATES = 21;
- }
-