mirror of
https://github.com/RGBCube/serenity
synced 2025-07-14 22:47:35 +00:00
FileManager: Add ability to create new directories.
This commit is contained in:
parent
1030e6b848
commit
be4533717a
7 changed files with 32 additions and 8 deletions
|
@ -13,6 +13,8 @@ public:
|
|||
String path() const { return model().path(); }
|
||||
void open_parent_directory();
|
||||
|
||||
void refresh();
|
||||
|
||||
Function<void(const String&)> on_path_change;
|
||||
Function<void(String)> on_status_message;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue