cf_path_get_filename_no_ext¶
Category: path
GitHub: cute_string.h
Returns the filename portion of a path without the file extension. Returns a new string.
| Parameters | Description |
|---|---|
path |
The path string. |
Return Value¶
Returns a new dynamic string. Free with sfree.
Remarks¶
Shortform: spfname_no_ext(path).