1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibCore: Remove DeprecatedFile::read_link

This commit is contained in:
Ben Wiederhake 2023-05-13 12:47:28 +02:00 committed by Andreas Kling
parent 85c897dc17
commit 4de99d553e
2 changed files with 0 additions and 62 deletions

View file

@ -71,7 +71,6 @@ public:
static ErrorOr<void, CopyError> copy_file_or_directory(DeprecatedString const& dst_path, DeprecatedString const& src_path, RecursionMode = RecursionMode::Allowed, LinkMode = LinkMode::Disallowed, AddDuplicateFileMarker = AddDuplicateFileMarker::Yes, PreserveMode = PreserveMode::Nothing);
static DeprecatedString real_path_for(DeprecatedString const& filename);
static ErrorOr<DeprecatedString> read_link(DeprecatedString const& link_path);
virtual bool open(OpenMode) override;