samwoodhams / copy_to_output

A small rust library to copy files/folders from the project directory to the output directory
Other
15 stars 5 forks source link

Accept a Path argument #4

Closed daym closed 1 year ago

daym commented 1 year ago

Right now, copy_to_output accepts a source file or directory as &str.

I think having another fn that accepts a &Path instead would be more portable.

prenwyn commented 1 year ago

A new function copy_to_output_path has been added which takes an &Path.

prenwyn commented 1 year ago

I will now close the issue.