ladybird/Userland/Applications/FileManager
Mițca Dumitru 255da9b02b FileManager: Use newly introduced LibCore file management helpers
Most of the functions under FileUtils were removed, except those which
dealt with file deletion, as they spawned MessageBoxes for errors, as
such, those functions were written in terms of Core::File::remove.
2021-02-21 18:14:29 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DesktopWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DesktopWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DirectoryView.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
DirectoryView.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
FileManagerWindow.gml FileManager: Add layout options to View menu 2021-02-13 11:01:59 +01:00
FileUtils.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
FileUtils.h FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
main.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
PropertiesWindow.cpp LibGUI: Remove GUI::FilePicker::file_exists() 2021-02-19 23:46:54 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00