java.lang.Objectcom.install4j.api.windows.SpecialFolder
public class SpecialFolder
Enumeration class for the different special system folders in Microsoft Windows.
Field Summary | |
---|---|
static SpecialFolder |
APPDATA
Identifies the file system directory that serves as a common repository for application-specific data. |
static SpecialFolder |
DESKTOP
Identifies the file system directory used to physically store file objects on the desktop. |
static SpecialFolder |
DOCS
Identifies the file system directory used to physically store a user's common repository of documents. |
static SpecialFolder |
FAVORITES
Identifies the file system directory that serves as a common repository for the user's favorite items. |
static SpecialFolder |
FONTS
Identifies a virtual folder containing fonts. |
static SpecialFolder |
LOCAL_APPDATA
Identifies the file system directory that serves as a data repository for local applications. |
static SpecialFolder |
PROGRAMS
Identifies the file system directory that contains the user's program groups. |
static SpecialFolder |
SENDTO
Identifies the file system directory that contains Send To menu items. |
static SpecialFolder |
STARTMENU
Identifies the file system directory containing Start menu items. |
static SpecialFolder |
STARTUP
Identifies the file system directory that corresponds to the user's Startup program group. |
static SpecialFolder |
TEMPLATES
Identifies the file system directory that serves as a common repository for document templates. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SpecialFolder DESKTOP
public static final SpecialFolder STARTMENU
public static final SpecialFolder PROGRAMS
public static final SpecialFolder STARTUP
public static final SpecialFolder SENDTO
public static final SpecialFolder FONTS
public static final SpecialFolder APPDATA
public static final SpecialFolder DOCS
public static final SpecialFolder TEMPLATES
public static final SpecialFolder FAVORITES
public static final SpecialFolder LOCAL_APPDATA