Package com.sun.jna.platform.mac
Class MacFileUtils
- java.lang.Object
-
- com.sun.jna.platform.FileUtils
-
- com.sun.jna.platform.mac.MacFileUtils
-
public class MacFileUtils extends FileUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MacFileUtils.FileManager
-
Constructor Summary
Constructors Constructor Description MacFileUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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
-
-
-
-
Method Detail
-
moveToTrash
public void moveToTrash(File... files) throws IOException
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.
-
-