函数参考
_WinAPI_PathIsDirectoryEmpty
确定指定路径是否为空目录.
#Include <WinAPIEx.au3>
_WinAPI_PathIsDirectoryEmpty ( $sPath )
参数
$sPath
测试的路径.
返回值
成功:
返回 1 - 路径为空目录.
返回 0 - 不是空目录.
失败:
返回 0,并设置@error标志为非 0 值.
注意/说明
None
相关
详情参考
在MSDN中搜索