cginternals / libzeug

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

FilePath and SystemInfo class #144

Closed lanice closed 9 years ago

lanice commented 9 years ago

This adds a FilePath class that stores the path as string and provides common (string based) operations like getting the file name or extension.

This also adds a SystemInfo class which provides platform specific information like prefix or extension of shared libraries.