函数参考


_WinAPI_PathIsExe

检查文件扩展名确定是否为可执行文件.

#Include <WinAPIEx.au3>
_WinAPI_PathIsExe ( $sPath )

参数

$sPath 要搜索的路径.

返回值

成功: 返回 1 - 文件扩展名:.cmd, .bat, .pif, .scf, .exe, .com, 或 .scr.
返回 0 - 不是可执行文件.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索