Script to create a folder with Today's date
Hi all,
I have seen elsewhere on these forums a lovely little script by @Paul Riggott to create a folder, which when run in a batch makes life much easier. I'm wondering if there's a way to, instead of defining a specific folder name, have the script apply todays date as a name instead.
Here's Paul's original script:
var folder1 = Folder("~/desktop/SPECIFIC FOLDER NAME");
//Check if it exist, if not create it.
if(!folder1.exists) folder1.create();
Many thanks to anyone who takes the time to think about this. I'm sorry I'm not a scripted at all, but merely a keen user.
Matt