cf_path_get_ext¶
Category: path
GitHub: cute_string.h
Returns the extension of the file for the given path (including the dot). Returns a new string.
| Parameters | Description |
|---|---|
path |
The path string. |
Return Value¶
Returns a new dynamic string. Free with sfree.
Remarks¶
Shortform: spext(path).
Related Pages¶
cf_path_ext_equ
cf_path_get_filename
cf_path_get_filename_no_ext