cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

crossplatform pathseperator #155

Closed Tobias1595 closed 8 years ago

Tobias1595 commented 8 years ago

improve crossplatform capabilities of filename handling in iozeug

sbusch42 commented 8 years ago

We can merge this for now, but this is deprecated code anyway. There already is a new class that should be used when dealing with file names and paths (FilePath), which handles this correctly. With the upcoming refactoring of libzeug (after gloperate refactoring), this old code is going to be removed.