1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:17:35 +00:00
serenity/Applications/FileManager
Andreas Kling 33b8c807a6 FileManager: Implement basic file deletion
The delete action now actually deletes files (after asking the user for
confirmation, of course.) Deleting directories is not yet supported.

Fixes #541.
2019-09-18 21:46:14 +02:00
..
DirectoryView.cpp FileManager: Show human-readable file size info in the status bar 2019-09-15 17:50:15 +02:00
DirectoryView.h FileManager: Add a basic context menu with copy/paste/delete/... 2019-09-13 22:00:47 +02:00
FileUtils.cpp FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
FileUtils.h FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
main.cpp FileManager: Implement basic file deletion 2019-09-18 21:46:14 +02:00
Makefile FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00