mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Add Core::File::real_path_for()
A slightly convenient wrapper around realpath(3).
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
static bool is_directory(const String& filename);
|
||||
|
||||
static bool exists(const String& filename);
|
||||
static String real_path_for(const String& filename);
|
||||
|
||||
virtual bool open(IODevice::OpenMode) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user