Searches a path for an extension
#include <WinAPIShPath.au3>
_WinAPI_PathFindExtension ( $sFilePath )
$sFilePath | The path to search, including the extension being searched for. |
Success: | The string that contains the extension. |
Failure: | Empty string. |
Search PathFindExtension in MSDN Library.