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

Please change those lines to:

[CODE]

var inputFolder = Folder("/R/Marketing/Images/Batch Done");

if(!inputFolder.exists) {

    alert("Input folder does not exist");

    return;

    }

var outputFolder = Folder("/R/Inventory/Test");

if(!outputFolder.exists) outputFolder.create();

var csv = File.openDialog("Please select CSV file.","CSV File:*.csv");


[/CODE]


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