Daily bit(e) of C++ | std::filesystem: file manipulation

<p>Daily bit(e) of C++ #242, File manipulation using the std::filesystem library.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/1*SVkcLLkk8e4yHAmaBPsvpg.png" style="height:394px; width:700px" /></p> <p>Besides filesystem exploration, the&nbsp;<em>std::filesystem</em>&nbsp;offers the typical file manipulation operations.</p> <p>Each operation offers two variants, one throwing one that returns the potential error as an outparameter.</p> <p>The following example relies on throwing versions of operations to minimize error handling.</p> <p><a href="https://medium.com/@simontoth/daily-bit-e-of-c-std-filesystem-file-manipulation-e2bdc7410d0d">Click Here</a></p>