Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

filename

Arguments: printer

Returns the filename printer is "printing" to. This applies when the printer is printing to a file rather than a piece of paper.

The :print-to-file-p initarg may be passed to open-stream when creating a printer stream to request that the printing be done to a file, though a particular printer driver may or may not heed the request. Typically the driver would invoke a dialog to ask the end user what file to print to, if it supports printing to files, and the filename entered by the user will be stored in this property.

filename is a property of the printer class.

This generic function is not setf'able.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1