Skip to content
/ cwalk Public
forked from likle/cwalk

This repo is a header only version of https://github.com/likle/cwalk Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.

Notifications You must be signed in to change notification settings

Nickys0/cwalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcwalk - path library for C/C++

This is a fork of the lighweight C path manipulation library. It supports UNIX and Windows path styles on all platforms. The main difference is the header only library style of this version

Features

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

  • cross-platform on Linux, FreeBSD, Windows 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...

Docs

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

About

This repo is a header only version of https://github.com/likle/cwalk Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 100.0%