Closed GoogleCodeExporter closed 8 years ago
what error code do you get exactly? in default_storage::rename_file() there is
a test to ignore boost::system::errc::no_such_file_or_directory (and clear the
error variable if that's the failure). Is there another error code I should
check on windows?
Original comment by arvid.no...@gmail.com
on 25 Dec 2014 at 8:02
Further investigation showed that the actual problem is caused by my invalid
save path (to prevent file creation before metadata gets checked). So the error
is path not found - not file not found.
I think I can handle this case in my client. Although I think it should still
be possible to set new filenames.
Original comment by webmas...@massaroddel.de
on 25 Dec 2014 at 10:25
would this patch work?
http://dpaste.com/0QJWPRK
Original comment by arvid.no...@gmail.com
on 26 Dec 2014 at 7:43
it looks like you would have this same problem in 1.0.x though, unless I'm
misunderstanding what's failing.
Original comment by arvid.no...@gmail.com
on 26 Dec 2014 at 1:27
This patch works for me.
Original comment by webmas...@massaroddel.de
on 26 Dec 2014 at 4:08
fixed in [10637].
Original comment by arvid.no...@gmail.com
on 26 Dec 2014 at 9:25
Original issue reported on code.google.com by
webmas...@massaroddel.de
on 23 Dec 2014 at 2:33