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 but not on Linux, whilst a path beginning with a forward slash is considered absolute on Linux but not on Windows. The path may begin with the prefix "raw:" or not, both are accepted.
integer IsAbsolutePath( szPath )