cwalk

Cross-platform path library for C/C++ with utilities for path manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform path library for C/C++

Commands

cwalk

Examples

Get the absolute path of a relative path$ cwalk --absolute ./relative/path
Join multiple path components together$ cwalk --join /usr/local bin cwalk
Normalize a path by resolving . and .. components$ cwalk --normalize /usr/./local/../bin