GET-FILE-NAME( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the name of the source file associated with the nth error that occurred in the preceding ABL source code compilation.
Return type: CHARACTER
Applies to: COMPILER system handle
Syntax
|
- n
- An integer expression, from 1 to the value of the NUM-MESSAGES attribute, that specifies the numeric occurrence of a compilation error.
If the nth occurrence
of a compilation error did not occur, this method returns the Unknown value (?).