Helper functions dealing with relative and absolute paths. More...
Functions | |
VTM_API int | vtm_path_get_real (const char *path, char **out_resolved) |
VTM_API int vtm_path_get_real | ( | const char * | path, |
char ** | out_resolved | ||
) |
Returns the full absolute path for the given input path.
path | the path to convert | |
[out] | out_resolved | an allocated buffer containing the real path. This buffer must be freed by the caller. |