Package com.sun.jna.platform.mac
Class MacFileUtils
java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.mac.MacFileUtils
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.FileUtilsgetInstance
- 
Constructor Details- 
MacFileUtilspublic MacFileUtils()
 
- 
- 
Method Details- 
hasTrashpublic boolean hasTrash()
- 
moveToTrashDescription 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:
- IOException- on failure.
 
 
-