List files in nested folder

Post Reply
msierra
Newbie
Posts: 14
Joined: Thu Nov 27, 2014 1:38 pm

List files in nested folder

Post by msierra »

Without using a Scripting Configurator is it possible to obtain a list of files from a nested folder displayed in a vertical list (separated by end of line) instead of a horizontal list separated by ";"?
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: List files in nested folder

Post by gabrielp »

I'm not exactly sure what you mean by horizontal and vertical list, or where you want to display the list, but I use the Job.NestedName variable which allows you to specify a separator. Here is how I use it:

Code: Select all

[Job.NestedName:Indent="&nbsp;&nbsp;&nbsp;",Separator="<br>"]
Produces this:
Image
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
msierra
Newbie
Posts: 14
Joined: Thu Nov 27, 2014 1:38 pm

Re: List files in nested folder

Post by msierra »

Perfect, did not know html tags could be used.
Post Reply