mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
FileManager, cp, mv, rm had some duplicated code, implementing basic file management operations. This patch creates adds functions that try to provide an interface suited for all these programs, but this patch does not make them be used throughout the Userland. They are added to Core::File following the example of functions such as read_link/real_path_for.
3.9 KiB
3.9 KiB