<!--- Provide a general summary of the issue in the Title above. --> <!--- Note that anything between these delimiters is a comment that will not appear in the issue description once created. Click on the Preview tab to see what everything will look like when you submit. --> <!--- Feel free to delete anything from this template that is not applicable to the issue, that you are submitting. --> <!--- Assignees: If you know anyone who should likely tackle this issue, select them from the Assignees drop-down on the right. --> ## Description MIRCO implements its own utilities to deal with filesystem paths. Similar capabilities are available in the STL. ## Possible Solution and Definition of Done - [ ] Investigate if the same capabilities can be achieved through `std::filesystem`. - [ ] If yes, remove MIRCO's own implementation and use the respective methods from the STL instead. ## Interested Parties <!--- If there's any developer, who you think should be looped in on this issue, feel free to @mention them here. -->
Description
MIRCO implements its own utilities to deal with filesystem paths. Similar capabilities are available in the STL.
Possible Solution and Definition of Done
std::filesystem.Interested Parties