com.sun.jna.examples
Class FileUtils
java.lang.Object
com.sun.jna.examples.FileUtils
public abstract class FileUtils
- extends Object
Miscellaneous file utils not provided for by Java.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
hasTrash
public boolean hasTrash()
moveToTrash
public abstract boolean moveToTrash(File[] files)
- Move the given file to the system trash, if one is available.
Returns whether the operation was successful.
getInstance
public static FileUtils getInstance()
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.