What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

var inputFolder = Folder.selectDialog("R:\Marketing\Images\Batch Done");

if(inputFolder == null) return;

var outputFolder = Folder.selectDialog("R:\Inventory\Test");

if(outputFolder == null) return;

var csv = File.openDialog("R:\Inventory\Test\KitRename","CSV File:*.csv");


That is what I have at the top of the script.


When I run it in Photoshop (File > Scripts > Browse), it opens a "Choose a Folder" box to select the folder for Batch Done, then a "Choose a Folder" box to select the folder for Test, then a "Select a File" box to choose the csv. It then runs the Photoshop action that I have entered (as I can see it resizing and stuff), but then comes up with the error as it goes to save it.


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top