函数参考


_WinAPI_FileExists

Tests whether the specified path is existing file.

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

参数

$sFile The path to the file to test.

返回值

Success 1 - The path is an existing file.
0 Otherwise.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

The function sets the @extended flag to 1 if the specified path is an existing directory (not a file).

相关

详情参考

None