OpenMake Meister

isRelative()

This method returns the number "1" if the path is a relative path and the number "0" if the path is an absolute path.

 

On Unix, if the path begins with a "/" then it is absolute.

On Windows, "c:\johnson.txt" is considered absolute, but "c:johnson.txt"  is considered relative.