public abstract class Shell32Util extends Object
Constructor and Description |
---|
Shell32Util() |
Modifier and Type | Method and Description |
---|---|
static String |
getFolderPath(int nFolder)
Get a special folder path.
|
static String |
getFolderPath(WinDef.HWND hwnd,
int nFolder,
WinDef.DWORD dwFlags)
Get a special folder path.
|
static String |
getSpecialFolderPath(int csidl,
boolean create)
Retrieves the path of a special folder, identified by its CSIDL.
|
public static String getFolderPath(WinDef.HWND hwnd, int nFolder, WinDef.DWORD dwFlags)
hwnd
- Parent window.nFolder
- Folder CSLID.dwFlags
- Flags.public static String getFolderPath(int nFolder)
nFolder
- Folder CSLID.public static final String getSpecialFolderPath(int csidl, boolean create)
csidl
- A CSIDL that identifies the folder of interest. If a virtual folder is specified, this function will fail.create
- Indicates whether the folder should be created if it does not already exist. If this value is nonzero, the folder is created. If this value is
zero, the folder is not created.