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:
parent
85c897dc17
commit
4de99d553e
2 changed files with 0 additions and 62 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue