Ray

Results 2 comments of Ray

``` void extract(const zip_info &member, const std::string &path) { auto file=detail::join_path({path, member.filename}); auto target=std::filesystem::path(file).parent_path(); if (!std::filesystem::exists(target)) std::filesystem::create_directories(target); std::fstream stream(file, std::ios::binary | std::ios::out); stream

Thanks a lot for your kindly support. Via the experience in C#, serialize/deserialize from/to XML is really an elegant method to deal with markup files. And I also like to...