Convert UNIX error codes to string message.
uses
System,
The system unit.
unixtype;
Basic UNIX types.
The errors unit contains routines to convert a UNIX system call error code to an error message: StrError. It is only available on UNIX platforms.