1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 21:23:07 +00:00
openmw/components/vfs
elsid 1b1ed55762
Add context to the errors on recursive iteration over directory
To avoid showing users errors like:
recursive_directory_iterator::operator++: Access is denied.

And show something like this:
Failed to recursively iterate over "/home/elsid/.local/share/openmw/test_data"
when incrementing to the next item from
"/home/elsid/.local/share/openmw/test_data/permission_denied": Permission denied
2024-02-18 01:08:19 +01:00
..
archive.hpp Use normalized path for file archives indices 2024-02-08 11:48:59 +01:00
bsaarchive.hpp Use normalized path for file archives indices 2024-02-08 11:48:59 +01:00
file.hpp
filemap.hpp
filesystemarchive.cpp Add context to the errors on recursive iteration over directory 2024-02-18 01:08:19 +01:00
filesystemarchive.hpp Initialize FileSystemArchive index in constructor 2024-02-17 02:07:50 +01:00
manager.cpp
manager.hpp
pathutil.hpp Add NormalizedView for normalized paths 2024-02-08 11:48:57 +01:00
recursivedirectoryiterator.hpp
registerarchives.cpp
registerarchives.hpp