Function Reference


_WinAPI_PathIsRelative

Searches a path and determines if it is relative

#include <WinAPIShPath.au3>
_WinAPI_PathIsRelative ( $sFilePath )

Parameters

$sFilePath The path to be searched.

Return Value

True: the path is relative.
False: the path is not relative.

See Also

Search PathIsRelative in MSDN Library.