Method is_absolute_path()
- Method is_absolute_path
intis_absolute_path(stringp)- Description
Check if a path
pis fully qualified (ie not relative).- Returns
Returns 1 if the path is absolute, 0 otherwise.
int is_absolute_path(string p)
Check if a path p is fully qualified (ie not relative).
Returns 1 if the path is absolute, 0 otherwise.