Skip to main content
pixagramm
Participating Frequently
March 6, 2024
Open for Voting

Show full image path

  • March 6, 2024
  • 2 replies
  • 145 views

Please add full image path information to image tab (mouseover or right-click).

"reveal in explorer" is an unnecessary step - photoshop knows, where the image is located when it is loaded - so just make this information visible without leaving PS.

 

2 replies

Legend
March 6, 2024

On the Mac you just right-click the title bar to show the full path.

You can use a script, paste this into a text file with ".psjs" as the extension. Put it in the Photoshop scripts folder or just double-click.

 

require('photoshop').core.showAlert(app.activeDocument.path);

 

Stephen Marsh
Community Expert
Community Expert
March 6, 2024

Until such a feature is possibly added, if you need this now a script can help with the path presented in a dialog window or copied to the clipboard or opening the folder etc.