public abstract class Shell32Util
extends java.lang.Object
| Constructor and Description |
|---|
Shell32Util() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getFolderPath(int nFolder)
Get a special folder path.
|
static java.lang.String |
getFolderPath(WinDef.HWND hwnd,
int nFolder,
WinDef.DWORD dwFlags)
Get a special folder path.
|
public static java.lang.String getFolderPath(WinDef.HWND hwnd, int nFolder, WinDef.DWORD dwFlags)
hwnd - Parent window.nFolder - Folder CSLID.dwFlags - Flags.public static java.lang.String getFolderPath(int nFolder)
nFolder - Folder CSLID.