IsAbsolutePath

Description

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.

Definition

integer IsAbsolutePath( szPath )

Parameters