Class W32FileUtils


  • public class W32FileUtils
    extends FileUtils
    • Constructor Summary

      Constructors 
      Constructor Description
      W32FileUtils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasTrash()  
      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

      • W32FileUtils

        public W32FileUtils()
    • Method Detail

      • moveToTrash

        public void moveToTrash​(java.io.File... files)
                         throws java.io.IOException
        Description copied from class: FileUtils
        Move the given file to the system trash, if one is available.
        Specified by:
        moveToTrash in class FileUtils
        Parameters:
        files - files to move
        Throws:
        java.io.IOException - on failure.