aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
276 stars 60 forks source link

Add copy_file function and its windows implementation #37

Closed martincapello closed 2 years ago

martincapello commented 2 years ago

Adds a new copy_file function. This PR adds only the Windows based implementation. Linux and macOS implementations throw exception.

dacap commented 2 years ago

Just merged 👍 I'll try to implement this for the other platforms next week.