ladybird/Userland/Applications/FileManager
Andreas Kling 4f0be55770 LibGUI: Remove GUI::FilePicker::file_exists()
I have no idea why this existed but everyone should just use
Core::File::exists() instead. :^)
2021-02-19 23:46:54 +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: Make DirectoryView open links in their real directory 2021-01-24 19:21:54 +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 Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
FileUtils.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp FileManager: Add layout options to View menu 2021-02-13 11:01:59 +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