Skip navigation links
JNA API 4.2.0
com.sun.jna.platform

Class FileUtils

  • Direct Known Subclasses:
    MacFileUtils, W32FileUtils


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

      • FileUtils

        public FileUtils()
    • Method Detail

      • hasTrash

        public boolean hasTrash()
      • moveToTrash

        public abstract void moveToTrash(File[] files)
                                  throws IOException
        Move the given file to the system trash, if one is available.
        Parameters:
        files - files to move
        Throws:
        IOException - on failure.
      • getInstance

        public static FileUtils getInstance()
JNA API 4.2.0

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