FLSYERR - file system error messages.

Alternate Entry Name: F.SYER

FLSYERR is a vector of strings providing error messages for every possible file system error. The vector is indexed by the file system error number. For example, FLSYERR begins with

flsyerr[] {
/* 000 */   "no error",
/* 001 */   "no such userid",
/* 002 */   "filesystem i/o error",
/* 003 */   "no permission",
/* 004 */   "busy file"
     /* and so on */

The end of the FLSYERR vector is indicated by a value of -1.

See Also:

expl b lib .strer
to obtain an error message string for any error.

Copyright © 1996, Thinkage Ltd.