summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/StandardPaths.cpp
AgeCommit message (Collapse)Author
2020-08-05LibCore+Base: Move user-specific config files to $HOME/.configAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization.
2020-05-05LibCore: Add a standard downloads directory (~/Downloads)Andreas Kling
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
Fixes #1853.