Copy link to clipboard
Copied
The InDesign list for recent items shows only the file name. How can I see the paths for "Recent Items" available to re-open?
Copy link to clipboard
Copied
Hi @lowellnelson , I don’t think you can do it via the UI.
A startup script could log recently closed document paths to a text file. I can post an example if you want to give that a try.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Here are 2 script examples. Copy LogRecentFilePaths.jsx into your InDesign application startup scripts folder and restart InDesign. It writes a list of file paths for recently closed files to a text file also in your startup scripts folder. The length of the list depends on the Number of Recent Items to Display you have set in File Handling Preferences.
The 2nd script, ReadRecentPaths.jsx will display the list. You can install that in your Scripts Panel folder and run it from your Scripts panel. It dislays the list as a dropdown:
Copy link to clipboard
Copied
Not quite what you are asking for, but a lot of folks are unaware that you can right click the filename (on the Tab bar above the document window) on an open file and choose Reveal in Finder or Reveal in Explorer.
~Barb
Copy link to clipboard
Copied
Thanks, Barb!
Copy link to clipboard
Copied
You didn't tell us what operating system you're using.
If you're on a Macintosh, the Default Folder utility is priceless for quickly selecting recent folders:
It's kept up-to-date regularly and is one of my most used utilities:
https://www.stclairsoft.com/DefaultFolderX/
Copy link to clipboard
Copied
Hi Steve, I think @lowellnelson is looking for the file path not the file name. I’m guessing it’s because InDesign’s Open Recent file list is also a list of file names, and if the file has been moved or trashed there’s no way to know what its original path was.
Copy link to clipboard
Copied
But if you get Default Folder, you're not dependent on the limitations of keeping track of file paths becasue Default Folder takes care of it.
Copy link to clipboard
Copied
I use Default folder, and if I move a recently opened file it gets removed from the list. I’m assuming @lowellnelson wants to get a reference to a recent file that has been opened, but moved.
Copy link to clipboard
Copied
Thanks to Steve and Rob.
I'm using a legacy InDesign running in Yosemite vpm via Parallels on iMac Pro with Sonoma 14.1.1.
Copy link to clipboard
Copied
I'm using a legacy InDesign running in Yosemite vpm via Parallels on iMac Pro with Sonoma 14.1.1.
By @lowellnelson
While it's not related to your question, make sure to update to the latest Sonoma - macOS 14.5 - to avoid all kinds of potential problems.