mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibCore: Add a standard downloads directory (~/Downloads)
This commit is contained in:
parent
ae047649db
commit
76dd1e3284
3 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,7 @@ class StandardPaths {
|
|||
public:
|
||||
static String home_directory();
|
||||
static String desktop_directory();
|
||||
static String downloads_directory();
|
||||
static String tempfile_directory();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue