# cwalk **Repository Path**: delete_user/cwalk ## Basic Information - **Project Name**: cwalk - **Description**: Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis Build](https://img.shields.io/travis/likle/cwalk/master.svg?maxAge=2592000&label=Linux%20%26%20MacOS)](https://travis-ci.org/likle/cwalk) [![Appveyor Build](https://img.shields.io/appveyor/ci/likle/cwalk/master.svg?label=Windows)](https://ci.appveyor.com/project/likle/cwalk) [![codecov](https://img.shields.io/codecov/c/github/likle/cwalk/master.svg?label=Coverage)](https://codecov.io/gh/likle/cwalk) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/likle/cwalk.svg?label=Code%20Quality)](https://lgtm.com/projects/g/likle/cwalk/context:cpp) # 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](https://likle.github.io/cwalk/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](https://likle.github.io/cwalk/build.html)**, **[embedding](https://likle.github.io/cwalk/embed.html)** and **[testing](https://likle.github.io/cwalk/build.html)** instructions are available in the documentation (it's very easy). ## Docs All the documentation is available in the **[the github page](https://likle.github.io/cwalk/)** of this repository.