LibCore: Add File method to determine current working directory

This commit is contained in:
Timothy 2021-07-10 01:29:07 +10:00 committed by Ali Mohammad Pur
commit 3ae64c7c3d
Notes: sideshowbarker 2024-07-18 09:05:31 +09:00
2 changed files with 15 additions and 0 deletions

View file

@ -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,