|
JNA API> 3.5.2-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jna.platform.FileUtils
public abstract class FileUtils
Miscellaneous file utils not provided for by Java.
| Constructor Summary | |
|---|---|
FileUtils()
|
|
| Method Summary | |
|---|---|
static FileUtils |
getInstance()
|
boolean |
hasTrash()
|
abstract void |
moveToTrash(java.io.File[] files)
Move the given file to the system trash, if one is available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtils()
| Method Detail |
|---|
public boolean hasTrash()
public abstract void moveToTrash(java.io.File[] files)
throws java.io.IOException
java.io.IOExceptionpublic static FileUtils getInstance()
|
JNA API> 3.5.2-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||