likle / cwalk

Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.
https://likle.github.io/cwalk/
MIT License
250 stars 39 forks source link

added cwk_path_get_basename_wout_extension() #50

Open Trider12 opened 3 months ago

Trider12 commented 3 months ago

Alternatively, this feature can be implemented by adding a bool wout_extension parameter to cwk_path_get_basename(), but that will break the API/ABI.