mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibCore: Add File method to determine current working directory
This commit is contained in:
parent
a3400798f8
commit
3ae64c7c3d
2 changed files with 15 additions and 0 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
static bool exists(const String& filename);
|
||||
static bool ensure_parent_directories(const String& path);
|
||||
static String current_working_directory();
|
||||
|
||||
enum class RecursionMode {
|
||||
Allowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue