mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibFileSystem+Userland: Return ByteString from real_path()
This commit is contained in:
parent
cdf17efb9a
commit
56c5ffe398
25 changed files with 44 additions and 40 deletions
|
@ -20,7 +20,7 @@ namespace FileSystem {
|
|||
|
||||
ErrorOr<ByteString> current_working_directory();
|
||||
ErrorOr<ByteString> absolute_path(StringView path);
|
||||
ErrorOr<String> real_path(StringView path);
|
||||
ErrorOr<ByteString> real_path(StringView path);
|
||||
|
||||
bool exists(StringView path);
|
||||
bool exists(int fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue