Function
Foundrypath_collapse
Declaration [src]
char*
foundry_path_collapse (
const char* path
)
Description [src]
This function will collapse a path that starts with the users home directory into a shorthand notation using ~/ for the home directory.
If the path does not have the home directory as a prefix, it will
simply return a copy of path
.