Click or drag to resize

FError Function

X#
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
Request Example View Source

Return Value

Type: DWord
The error from the last file operation or the last user-specified setting. If there was no error, FError() returns 0.
See Also