BBEdit might make this unnecessarily complicated. A shell one-liner would
suffice. In the terminal:
cd /path/to/base/folder
cat /path/to/foldernames.txt | while read; do mkdir "$REPLY"; done
You can drag your base folder and text file into the terminal window
instead of typing the full paths.
Hope this helps.
-sam
On January 9, 2019 8:27:54 PM Bill Kochman <[email protected]> wrote:
Hello. I know that it is possible to do this. I am just not an Applescript
or Python expert. So, if someone can help me, I'd really appreciate it.
Basically, I have a BBEdit text file with a list of about 300 folder names
alphabetically listed in it, one name per line. I need a script which will
take those 300 names, and create actual folders with those exact names on
my hard drive in a folder on my desktop. I am assuming that once I have
such a script, I would place it in " ~/Library/Application
Support/BBEdit/Scripts". Thank you in advance to anyone who can help me
with this.
--
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.
--
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.