mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
This commit is contained in:
parent
8e83aac8a3
commit
874bffc729
6 changed files with 40 additions and 97 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
ByteBuffer read_entire_file();
|
||||
|
||||
KResultOr<String> absolute_path();
|
||||
String absolute_path();
|
||||
|
||||
bool is_directory() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue