函数参考


_WinAPI_GetFileAttributes

检索指定文件或目录的文件系统属性.

#Include <WinAPIEx.au3>
_WinAPI_GetFileAttributes ( $sFile )

参数

$sFile 文件或目录的名称.

返回值

成功: 返回包含指定文件或目录的属性值.
失败: 返回 0,设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索