I'm asking boost::filesystem::file_size for a file with path "/tmp/test\ file.txt", and it reports no such file or directory when it is there.
Error: fs::file_size("/tmp/test\ file.txt") reported boost::filesystem::file_size: No such file or directory
-rw-rw-r-- 1 rturrado users 12486 Mar 15 12:01 /tmp/test file.txt
Are there any considerations when using paths with escaped sequences in boost::filesystem?