On 01/11/2019, at 01:18, Bill Kochman <[email protected] <mailto:[email protected]>> wrote: > Are you saying that I need to paste in a long list of the folder names in > that variable? If so, do I need to separate that by commas, or spaces, or one > name per line, or what?
Hey Bill, See how I've placed the folder names 1 per line here: set folderNameList to paragraphs 2 thru -2 of " Folder 01 Folder 02 Folder 03 " I'm doing all the work for you by transforming a text list into an AppleScript list. So all you have to do is paste your list into the variable in place of the current 3 item list. Run my script as is from the Applescript Editor and see how it works. Change a couple of the names and try that. You should then have a feel for how the script works. On the other hand – if you want to send me your complete name list I can write you a working script. -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
