Functions.FError 方法 | |
Get the error code for a file operation.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION FError() AS DWORD
public static uint FError()
查看代码返回值
类型:
UInt32The error from the last file operation or the last user-specified setting. If there was no error, FError() returns 0.
参见