Package com.sun.jna.platform.mac
Klasse MacFileUtils
java.lang.Object
com.sun.jna.platform.FileUtils
com.sun.jna.platform.mac.MacFileUtils
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
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
-
MacFileUtils
public MacFileUtils()
-
-
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.
-