函数参考


_WinAPI_PathIsDirectory

验证路径是一个有效的目录.

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

参数

$sPath 验证的路径.

返回值

成功: 返回 1 - 路径是有效目录.
返回 0 - 不是.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索