ladybird/Applications/FileManager
Conrad Pankoff fed0133109 FileManager: Show home directory by default, or command line argument
FileManager used to open up with the root directory loaded by default.
Now it will try to load either 1) the first argument specified on the
command line, 2) the user's home directory, or 3) the root directory.

Fixes #389
2019-07-31 16:33:21 +02:00
..
DirectoryView.cpp AK: Add a canonicalized_path() convenience function. 2019-07-15 06:50:32 +02:00
DirectoryView.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
main.cpp FileManager: Show home directory by default, or command line argument 2019-07-31 16:33:21 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00