Create folder from image file name

Hi,

I’d like to be able to automatically create a folder (it would always be a sub-folder of the same specific folder), based on the Web Safe Rename of my images.

My automation is creating 17 variants of an original TIFF file for all kinds of uses, and I’d just like each image nicely sorted into individual folders.

(so image1.tif would create & deposit its variants in /image1, image2.tif/image2, etc)

Is this currently possible, or would it be possible in an update, please?

TIA.

Hello, and welcome!

This is actually pretty simple to do. In the Write node, you’ll want to have two "File Name” tokens, separated by a forward slash. So it’d look like this:

When run you’ll get a folder with the file name (without the extension), and then the file written to the folder with the filename + extension.

Try that out and let us know how it works out.

-gus

1 Like

Thanks @ccgus - that worked a treat! :+1:

(Can’t believe I didn’t figure that out myself!)