We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cdcf3 commit 745ea74Copy full SHA for 745ea74
src/main/java/mediathek/mac/MacFileUtils.java
@@ -30,6 +30,9 @@ public class MacFileUtils {
30
private static final int kFSPathMakeRefDoNotFollowLeafSymlink = 0x01;
31
32
33
+ /// Moves a file to the Finder trash.
34
+ /// **Uses the macOS Carbon framework.**
35
+ /// @param files List of files to be deleted.
36
public static void moveToTrash(File... files) throws IOException {
37
List<String> failed = new ArrayList<>();
38
0 commit comments