Package com.sun.jna.platform
Class FileUtils
- java.lang.Object
-
- com.sun.jna.platform.FileUtils
-
- Direct Known Subclasses:
MacFileUtils,W32FileUtils
public abstract class FileUtils extends java.lang.ObjectMiscellaneous file utils not provided for by Java.
-
-
Constructor Summary
Constructors Constructor Description FileUtils()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static FileUtilsgetInstance()booleanhasTrash()abstract voidmoveToTrash(java.io.File[] files)Move the given file to the system trash, if one is available.
-
-
-
Method Detail
-
hasTrash
public boolean hasTrash()
-
moveToTrash
public abstract void moveToTrash(java.io.File[] files) throws java.io.IOExceptionMove the given file to the system trash, if one is available.- Parameters:
files- files to move- Throws:
java.io.IOException- on failure.
-
getInstance
public static FileUtils getInstance()
-
-