Skip to main content
Participant
July 17, 2024
Open for Voting

Dataset Variables should support environment variables in paths i.e. %USERPROFILE% on Windows

  • July 17, 2024
  • 4 Antworten
  • 201 Ansichten

Using variables containing envrionment variables (i.e. %USERPROFILE%\Folder\Violet.jpg) doesn't resolve in Photoshop to a correct path. These should resolve as part of the path.

 

On OS X this would be $VARIABLE\Folder\Violet.jpg.

4 Antworten

Participant
July 18, 2024

There's many ways around this including introducing Photoshop's own dataset variables which can be used in other variables.

 

What it comes down to is that the file pathing system is limited. I'm glad it's ok for your use-case but you're not the only using Photoshop 🙂

Legend
July 18, 2024

Photoshop is cross-platform. Windows environmental variables don't exist on the Mac. This just breaks compatibility and you aren't going to see it.

Participant
July 17, 2024

The whole purpose of variables and datasets is for larger scale automation.

 

If you're having to manually update spreadsheets then you're defeating the purpose with mundane tasks, especially if those spreadsheets are generated elsewhere.

Legend
July 17, 2024

Photoshop doesn't know anything about shell variables. Just use actual paths, you are doing the data work in a spreadsheet app anyway with very good text find and replace tools.