IsPathRooted

Returns a value containing information on whether the specified path string contains a relative or absolute path.

SYNTAX
IsPathRooted(path) 
ARGUMENTS path Path to test
RETURN

TRUE = The string contains an absolute path

FALSE = The string contains a relative path