LTM filesystem export: catching exceptions related to fs::create_directories
Due to entity instance names e.g. "Environment/asdfkj", std::filesystem::create_directories() fails. Therefore, a proper guard should be used. Otherwise, the export will fail completely.
Edited by Fabian Reister