JNA API 3.0.3
com.sun.jna.examples

Class FileUtils



  • public abstract class FileUtils
    extends java.lang.Object
    Miscellaneous file utils not provided for by Java.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileUtils() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static FileUtils getInstance() 
      boolean hasTrash() 
      abstract boolean 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

      • FileUtils

        public FileUtils()
    • Method Detail

      • hasTrash

        public boolean hasTrash()
      • moveToTrash

        public abstract boolean moveToTrash(java.io.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()
JNA API 3.0.3

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.