public class W32FileUtils extends FileUtils
| Constructor and Description |
|---|
W32FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasTrash() |
void |
moveToTrash(File[] files)
Move the given file to the system trash, if one is available.
|
getInstancepublic void moveToTrash(File[] files) throws IOException
FileUtilsmoveToTrash in class FileUtilsfiles - files to moveIOException - on failure.