Check to see if the given path is valid
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_IsPath( cPath )
Arguments:
cPath - Path to consider
Returns:
.T. if path is valid
.F. otherwise
Description:
Checks that all of the characters appearing in the string are valid
for a DOS path
Examples:
Source: DOSPATH.PRG
Author: Martin Colloby