Unexpected behavior with std::filesystem::copy failing on specific file types on Windows 10
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-22
c++17 stdfilesystem windows
I'm encountering an issue when trying to copy files using `std::filesystem::copy` in C++17 on Windows 10. While it works well for most file types, I'm getting a...