Package com.sun.jna.platform.win32
Class W32FileUtils
java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.win32.W32FileUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasTrash()
void
moveToTrash
(File... files) Move the given file to the system trash, if one is available.Methods inherited from class com.sun.jna.platform.FileUtils
getInstance
-
Constructor Details
-
W32FileUtils
public W32FileUtils()
-
-
Method Details
-
hasTrash
public boolean hasTrash() -
moveToTrash
Description copied from class:FileUtils
Move the given file to the system trash, if one is available.- Specified by:
moveToTrash
in classFileUtils
- Parameters:
files
- files to move- Throws:
IOException
- on failure.
-