mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
LibFileSystem+Userland: Return ByteString from absolute_path()
This commit is contained in:
parent
fb644d08ac
commit
cdf17efb9a
7 changed files with 12 additions and 14 deletions
|
@ -19,7 +19,7 @@ namespace FileSystem {
|
|||
#define DEFAULT_PATH_SV "/usr/local/sbin:/usr/local/bin:/usr/bin:/bin"sv
|
||||
|
||||
ErrorOr<ByteString> current_working_directory();
|
||||
ErrorOr<String> absolute_path(StringView path);
|
||||
ErrorOr<ByteString> absolute_path(StringView path);
|
||||
ErrorOr<String> real_path(StringView path);
|
||||
|
||||
bool exists(StringView path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue