Click or drag to resize

FError Function (DWord)

X#
Set the error code for a file operation.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION FError(
	nErrorCode AS DWORD
) AS DWORD
Request Example View Source

Parameters

nErrorCode
Type: DWord

Return Value

Type: DWord
The previous errorcode from the last file operation.
See Also