函数参考


_WinAPI_PathIsSameRoot

比较两条路径,以确定他们是否有共同的根组件.

#Include <WinAPIEx.au3>
_WinAPI_PathIsSameRoot ( $sPath1, $sPath2 )

参数

$sPath1 第一条比较路径.
$sPath2 第二条比较路径.

返回值

成功: 返回 1 - 有相同的根组件.
返回 0 - 没有.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索