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