Klasse MacFileUtils

java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.mac.MacFileUtils

public class MacFileUtils extends FileUtils
  • Konstruktordetails

    • MacFileUtils

      public MacFileUtils()
  • Methodendetails

    • hasTrash

      public boolean hasTrash()
      Setzt außer Kraft:
      hasTrash in Klasse FileUtils
    • moveToTrash

      public void moveToTrash(File... files) throws IOException
      Beschreibung aus Klasse kopiert: FileUtils
      Move the given file to the system trash, if one is available.
      Angegeben von:
      moveToTrash in Klasse FileUtils
      Parameter:
      files - files to move
      Löst aus:
      IOException - on failure.