Search Results

2
votes
1answer
82 views

Concatenate path and basename

basename(3) and dirname(3) can split an absolute path into its respective components. Short of using snprintf(3), is there a natural posix-compliant library call …