Skip to main content
July 13, 2016
Question

Printing files in directory order automatically.

  • July 13, 2016
  • 1 reply
  • 340 views

How can I print files in directory order and not alphabetically? Parent folder has many subfolders, I need to print folder contents in order automatically without user intervention.

I have created a print all action that will scan all sub folders for files however prints them in alphabetical order. Can this be done with built in functionality? If not where could I find proper documentation on how to do this?

Thanks in advance.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
July 18, 2016

You can only do it if you use a script to determine the order in which the files are printed, combined with an Action to collect the paths of the files that you want to print.