webdesus / fs_extra

Expanding opportunities standard library std::fs and std::io
MIT License
297 stars 47 forks source link

fix: fix issue #72 #73

Open ctron opened 1 year ago

ctron commented 1 year ago

Align behavior of dir::create and dir::create_all to not report an existing directory as error. Fixing race conditions when running multiple copy operations in parallel.