ladybird/Userland/Applications/FileManager
DragonAlex98 509e39ac00 FileManager: Make DirectoryView open links in their real directory
Previously it was possible to open a link like /home/anon/Desktop/Home,
leading to a folder with the same name. Now it correctly opens its real
path, which is /home/anon

FileManager: Use Core::File::real_path_for to get real path of links
2021-01-24 19:21: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: Added label "Location" to BreadcrumbBar (#4924) 2021-01-15 19:37:27 +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: Make DirectoryView open links in their real directory 2021-01-24 19:21:54 +01:00
PropertiesWindow.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00