Package com.sun.jna.platform.win32
Klasse W32FileUtils
java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.win32.W32FileUtils
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
hasTrash()
void
moveToTrash
(File... files) Move the given file to the system trash, if one is available.Von Klasse geerbte Methoden com.sun.jna.platform.FileUtils
getInstance
-
Konstruktordetails
-
W32FileUtils
public W32FileUtils()
-
-
Methodendetails
-
hasTrash
public boolean hasTrash() -
moveToTrash
Beschreibung aus Klasse kopiert:FileUtils
Move the given file to the system trash, if one is available.- Angegeben von:
moveToTrash
in KlasseFileUtils
- Parameter:
files
- files to move- Löst aus:
IOException
- on failure.
-