JNA API 4.0.0

com.sun.jna.platform.win32
Class W32FileUtils

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

public class W32FileUtils
extends FileUtils


Constructor Summary
W32FileUtils()
           
 
Method Summary
 boolean hasTrash()
           
 void moveToTrash(File[] files)
          Move the given file to the system trash, if one is available.
 
Methods inherited from class com.sun.jna.platform.FileUtils
getInstance
 
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

hasTrash

public boolean hasTrash()
Overrides:
hasTrash in class FileUtils

moveToTrash

public void moveToTrash(File[] files)
                 throws IOException
Description copied from class: FileUtils
Move the given file to the system trash, if one is available. Throws an exception on failure.

Specified by:
moveToTrash in class FileUtils
Throws:
IOException

JNA API 4.0.0

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