fileerror_return_file_driver_error_message_.htm
Navigation: Language Reference > 13 - Built-in Functions >====== FILEERROR (return file driver error message) ====== | |
FILEERROR( )
The FILEERROR procedure returns a string containing the “native” error message from the file system (file driver) being used to access a data file. Valid only when ERRORCODE() = 90 or ERRORCODE() = 47.
Return Data Type: | STRING |
Example:
PUT(NameFile) !Write the record
IF ERRORCODE() = 90 !Back-end-specific error occurred
MESSAGE(FILEERROR())
RETURN
END
See Also:
fileerror_return_file_driver_error_message_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1