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 TypMethodeBeschreibungbooleanhasTrash()voidmoveToTrash(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:FileUtilsMove the given file to the system trash, if one is available.- Angegeben von:
moveToTrashin KlasseFileUtils- Parameter:
files- files to move- Löst aus:
IOException- on failure.
-