Searches a path and determines if it is relative
#include <WinAPIShPath.au3>
_WinAPI_PathIsRelative ( $sFilePath )
| $sFilePath | The path to be searched. |
| True: | the path is relative. |
| False: | the path is not relative. |
Search PathIsRelative in MSDN Library.