Skip to content

Commit 745ea74

Browse files
committed
-add docs
1 parent 60cdcf3 commit 745ea74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/mediathek/mac/MacFileUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public class MacFileUtils {
3030
private static final int kFSPathMakeRefDoNotFollowLeafSymlink = 0x01;
3131

3232

33+
/// Moves a file to the Finder trash.
34+
/// **Uses the macOS Carbon framework.**
35+
/// @param files List of files to be deleted.
3336
public static void moveToTrash(File... files) throws IOException {
3437
List<String> failed = new ArrayList<>();
3538

0 commit comments

Comments
 (0)