aseprite / laf

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

Add optional 'exception throw' to remove_directory function #45

Closed Gasparoken closed 2 years ago

dacap commented 2 years ago

Hi @Gasparoken, please catch the exception in the caller point. There are plans to remove exceptions from these functions anyway but it's something for the future (as it needs a general refactor and some extra thinking).