Copy link to clipboard
Copied
Since Adobe stopped complying with MacOS HIGs, there now appears to be no obvious way to reveal a file in the Finder - can anyone point me at one?
Copy link to clipboard
Copied
The proxy icon is still supported and works, this is how I backup a finished PSD- drag the proxy to my backup folder once the file is saved. If you command-click, it should show the file path.
Copy link to clipboard
Copied
@Technomad - Do you simply wish to open the containing folder of an open file in Photoshop with a script? Or do you also want to have the file highlighted/selected as well?
Copy link to clipboard
Copied
This is what we are looking for when we Cmd+Click the title bar. Clicking any folder goes to that folder in Finder in all applications — except now, not in Photoshop. The file gets selected so we can delete, move, copy, rename, et cetera, while the file is still open.
Jane
Copy link to clipboard
Copied
Thanks, I don't think of/use the term "HIG", so I wasn't sure... I think that this has come up before.
Copy link to clipboard
Copied
Sorry, "Human Interface Guidelines". In other words, everything that Adobe doesn't follow…
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I don't think that I have looked at such docs since OS7 or 8!
Copy link to clipboard
Copied
I just tested and cannot Cmd+Click the title bar to see the path and go to the folder. I can still do it in Illustrator, InDesign, and Acrobat. I hope this is a bug that the engineers will fix and that it was not done on purpose.
Jane
Copy link to clipboard
Copied
It appears that the issue is that the latest updates to CC have switched on the bloody useless Adobe Cloud by default, saves documents there, but doesn't actually have the courtesy to tell you, unless you happen to notice that the file extension is now .psdc - so the usual CMD-click on the title bar does not work under those circumstances.
Now very much on a mission to get Adobe and all its works out of my and my company's life.
Copy link to clipboard
Copied
You can switch that in PS menun > Preferences > File Handling
And thank you for mentioning that, as I didn't realize I had a Cloud document earlier! It works, but you have to drag the title bar down to make the window float, then drag it up again to consolidate it to tabs.
(or use Window menu > Arrange)
Jane
Copy link to clipboard
Copied
With document tabs one can right click on the tab and click Reveal in Finder
With document tabs and a psdc one can right click and click on Reveal on Web, though that just seems to open the documents in the online photoshop beta.
Copy link to clipboard
Copied
That is great Jeff, it selects the file too, which is one better than the first script that I offered!
Copy link to clipboard
Copied
I would offer the following script to open the current (saved) document's containing folder on Mac or Win OS. Install the script and assign a custom keyboard shortcut for easy access:
// Open Document Parent Folder.jsx
#target photoshop
try {
activeDocument.path;
activeDocument.path.execute();
} catch (e) {
alert("Unsaved document - there is no containing folder to open!");
}
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copy link to clipboard
Copied
A related Photoshop script to open and select the file in Adobe Bridge:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now