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