getPrinterList

Returns list of printers accessible by the ColdFusion server

getPrinterList([delimiter]) → returns string

Argument Reference

delimiter string

list separator

Examples
Sample code invoking the getPrinterList function

On a server with printers, this will display a result. If there are none, it will be an empty string.

getPrinterList();

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub