retrieving print queues

Khaleel

Member
Hi,

Is there any business Function which will read the printqueue and list the files ?

Thanks,
 
You can easily write file. I am not sure if there is one that already does that.
Below is psuedo code if you want to write one
Get printq path from ini
Read the printq path
Loop through it
Get filename
Hope this helps
 
Back
Top