FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.

This commit is contained in:
Andreas Kling 2019-05-30 21:29:26 +02:00
commit 874bffc729
Notes: sideshowbarker 2024-07-19 13:49:52 +09:00
6 changed files with 40 additions and 97 deletions

View file

@ -43,7 +43,7 @@ public:
ByteBuffer read_entire_file();
KResultOr<String> absolute_path();
String absolute_path();
bool is_directory() const;