TextOutputStream.LastErrorCode
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Exception Handling as a replacement. |
Read-Only Property (As Integer )
IntegerValue = aTextOutputStream.LastErrorCode
New in 5.5
Supported for all project types and targets.
New in 5.5
Supported for all project types and targets.
Reports the last file I/O error. Error numbers are given as original file system error codes.
Example
This example reports the last error code if the TextOutputStream is Nil.