public abstract class FileUtils
extends java.lang.Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static FileUtils |
getInstance() |
boolean |
hasTrash() |
abstract boolean |
moveToTrash(java.io.File[] files)
Move the given file to the system trash, if one is available.
|
public boolean hasTrash()
public abstract boolean moveToTrash(java.io.File[] files)
public static FileUtils getInstance()