IsPathAbsolute (open)

Test if a path is absolute

Syntax

LOADLIB "wh::files.whlib";

BOOLEAN FUNCTION IsPathAbsolute(STRING path)

Parameters

STRING path

Path to test

Return value

BOOLEAN

True if the path is considered to be an absolute path

Description

This function tests whether a pathname is absolute. A path is defined to be absolute if the location it refers to is not dependent on the current directory.