Prints a text or bitmap file.
$fileprint(filename[,filetype])
| filename | a character string or an expression that evaluates to a character string |
| filetype | a number that determines if the file is a text file (0) or a bitmap file (1) |
The $fileprint function returns "1" ($True) if no errors were detected before the print job was submitted. Otherwise, it returns "0" ($False).
Bitmap printing is available only in the Windows environment.