Returns list of printers accessible by the ColdFusion server
getPrinterList([delimiter])
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
delimiter | string | No | list separator |
On a server with printers, this will display a result. If there are none, it will be an empty string.
getPrinterList();