Package com.sun.jna.platform.win32
Class W32FileUtils
java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.win32.W32FileUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanhasTrash()voidmoveToTrash(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:FileUtilsMove the given file to the system trash, if one is available.- Specified by:
 moveToTrashin classFileUtils- Parameters:
 files- files to move- Throws:
 IOException- on failure.
 
 -