ZHaskell / cwalk

Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.

Home Page:https://likle.github.io/cwalk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Appveyor Build codecov Language Grade: C/C++

libcwalk - path library for C/C++

This is a lighweight C path manipulation library. It is currently compiled and tested under Windows, MacOS and Linux. It supports UNIX and Windows path styles on all platforms.

Features

Please have a look at the reference for detailed information. Some features this library includes:

  • cross-platform on windows, linux and macOS
  • simple interface - just one header
  • combine paths together
  • basename, dirname and extension parsing
  • normalize and cleanup paths
  • resolve and generate relative paths
  • iterate segments of the path
  • and more things...

Building

Building, embedding and testing instructions are available in the documentation (it's very easy).

Docs

All the documentation is available in the the github page of this repository.

About

Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.

https://likle.github.io/cwalk/

License:MIT License


Languages

Language:C 91.2%Language:CMake 8.5%Language:Meson 0.2%