Function Reference


_WinAPI_PathFindExtension

Searches a path for an extension

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

Parameters

$sFilePath The path to search, including the extension being searched for.

Return Value

Success: The string that contains the extension.
Failure: Empty string.

See Also

Search PathFindExtension in MSDN Library.