Lexmark 33S0300 - Mono Chrome Laser Printer Reference page 221

Technical reference
Hide thumbs Also See for 33S0300 - Mono Chrome Laser Printer:
Table of Contents

Advertisement

file
file file
filename access
creates a file object with specified filename and access. The
open the file for reading only
r
create a file if one does not already exist, or truncate and overwrite it if
w
it does exist. File is opened for writing only.
create a file if one does not already exist or append it if it does exist.
a
File is opened for writing only.
open the file for reading and writing. An undefinedfilename error
r+
occurs if the file does not exist.
create a file if it does not already exist, or truncate and overwrite if it
w+
does exist. File is opened for reading and writing.
create a file if it does not exist or append it if it does exist. File is
a+
opened for reading and writing.
This operator is in systemdict.
Errors: invalidfileaccess, ioerror, limitcheck, stackunderflow, typecheck,
undefinedfilename
Note:
An undefinedfilename error occurs if the file does not exist.
filenameforall
pattern proc scratchstring
lists all the files with names that match a specified pattern string, copies the
filename for each of these files into a specified scratch string, and calls a
specified
procedure. This operator is in systemdict.
proc
Errors: ioerror, stackoverflow, stackunderflow, typecheck
fileposition
fileposition position
file
indicates the current position on an open file. This operator is in systemdict.
Errors: ioerror, stackunderflow, typecheck, undefinedfilename
Note:
An undefinedfilename error occurs if the file does not exist.
4-26
filenameforall
PostScript
values are:
access

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents