Function
Foundrypath_expand
Declaration [src]
char*
foundry_path_expand (
const char* path
)
Description [src]
This function will expand various “shell-like” features of the provided path using the POSIX wordexp(3) function. Command substitution will not be enabled, but path features such as ~user will be expanded.