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