Klasse W32FileUtils

java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.win32.W32FileUtils

public class W32FileUtils extends FileUtils
  • Konstruktordetails

    • W32FileUtils

      public W32FileUtils()
  • 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.