public class CommonFiles extends Object
| Constructor and Description |
|---|
CommonFiles()
|
| Modifier and Type | Method and Description |
|---|---|
static File |
getDesktop()
|
static File |
getUserDirectories(boolean includeUserHome)
Returns directories related to the user.
|
static File |
getVolumes()
Returns the available volumes.
|
public static FilegetDesktop()
public static File[] getVolumes()
Every File object returned here will exist.
public static File[] getUserDirectories(boolean includeUserHome)
Every File object returned here will exist.