Help! Need script to automatically open files with the same name but in different location.
Good day friends,
So for my work, I need of a script to open files with the same name but located in a different folder. But since I'm a total noob when it comes to programming, I can't figure out how to do it. This is what I have in mind:
- I manually open an image.
- The script will search for a file with the same name in another folder that I specified.
- The script will then select the CMYK channel of the second file, and copy and paste it into the first file.
- The second file then is closed without saving.
I'm especially having trouble with the part where the script looks for a file with the same name as the file opened. I would be really grateful to get some help. Thanks in advance.