Function Reference


_WinAPI_PathIsFileSpec

Show description in

Searches a path for any path-delimiting characters

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

Parameters

$sFilePath The path to be searched.

Return Value

True: there are no path-delimiting characters (":" or "\") within the path.
False: there are path-delimiting characters.

See Also

Search PathIsFileSpec in MSDN Library.