DEV Community

Vijay SRJ
Vijay SRJ

Posted on

How to move a file or folder to trash in Java?

You can move a file or a folder to trash/ recycle bin in java using the below code:

`Desktop.getDesktop().moveToTrash()'

Here is a demo:

https://fullstackdeveloper.guru/2021/04/29/how-to-move-a-file-folder-to-trash-recyclebin-in-java/

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay