Searches a path for any path-delimiting characters
#include <WinAPIShPath.au3>
_WinAPI_PathIsFileSpec ( $sFilePath )
$sFilePath | The path to be searched. |
True: | there are no path-delimiting characters (":" or "\") within the path. |
False: | there are path-delimiting characters. |
Search PathIsFileSpec in MSDN Library.