FError Function | |
Get the error code for a file operation.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION FError() AS DWORD
public static uint FError()
Request Example
View SourceReturn Value
Type:
DWordThe error from the last file operation or the last user-specified setting. If there was no error, FError() returns 0.
See Also