Package com.sun.jna.platform.win32
Class W32FileUtils
- java.lang.Object
- 
- com.sun.jna.platform.FileUtils
- 
- com.sun.jna.platform.win32.W32FileUtils
 
 
- 
 public class W32FileUtils extends FileUtils 
- 
- 
Constructor SummaryConstructors Constructor Description W32FileUtils()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasTrash()voidmoveToTrash(java.io.File... files)Move the given file to the system trash, if one is available.- 
Methods inherited from class com.sun.jna.platform.FileUtilsgetInstance
 
- 
 
- 
- 
- 
Method Detail- 
moveToTrashpublic void moveToTrash(java.io.File... files) throws java.io.IOExceptionDescription copied from class:FileUtilsMove the given file to the system trash, if one is available.- Specified by:
- moveToTrashin class- FileUtils
- Parameters:
- files- files to move
- Throws:
- java.io.IOException- on failure.
 
 
- 
 
-