函数参考


_WinAPI_PathGetDriveNumber

搜索 'A' 到 'Z' 范围内驱动符路径,并返回相应驱动器号.

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

参数

$sPath 要搜索的路径.

返回值

成功: 返回驱动器盘符字母(A:、Z:等等)
失败: 返回空字符串,设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索