Ameausoone / demo-github-action

12 stars 1 forks source link

How do I delete a folder #29

Open sebastienfr opened 2 years ago

github-actions[bot] commented 2 years ago

I strongly advise to use Boost.FileSystem.

http://www.boost.org/doc/libs/1_38_0/libs/filesystem/doc/index.htm

In your case that would be

boost::filesystem::remove_all(yourPath)