函数参考


_WinAPI_GetFileType

Retrieves the file type of the specified file.

#Include <WinAPIEx.au3>
_WinAPI_GetFileType ( $hFile )

参数

$hFile Handle to the file.

返回值

Success The file type ($FILE_TYPE_*)
Failure (-1) and sets the @error flag to non-zero.

注意/说明

None

相关

详情参考

在MSDN中搜索