Move std::fs::file.copy to std::fs::path::Path.copy #587
Labels
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
Milestone
Description
Similar to moving
std::fs::file.remove
(#586), we should also move thecopy
method toPath
. This way path specific logic remains in thePath
type, instead of some of this residing in some other module.Related work
No response
The text was updated successfully, but these errors were encountered: