Returns 1 if the given path is absolute, 0 if it is relative. This varies by platform, so a path beginning "C:/" is consider absolute on Windows. The path may begin with the prefix "raw:" or not, both are accepted.
integer IsAbsolutePath( szPath )
int agk::IsAbsolutePath( const char *szPath )