Copyright (C) 1994, Digital Equipment Corp.
Digital Internal Use Only
Created on Wed Oct 11 15:02:48 PDT 1995 by najork
INTERFACEFSError ; IMPORT OSError; PROCEDURE FileNotFound (err: OSError.Code): BOOLEAN;
Returns TRUE iferr.head
saysfile not found
.
END FSError.