cf_path_pop¶
Category: path
GitHub: cute_string.h
Removes the rightmost file or directory from the path. Returns a new string.
| Parameters | Description |
|---|---|
path |
The path string. |
Return Value¶
Returns a new dynamic string. Free with sfree.
Remarks¶
Shortform: sppop(path).
Related Pages¶
cf_path_pop_n
cf_path_directory_of
cf_path_top_directory
cf_path_normalize