relink … {look for broken links in this folder: true}
Hello there,
i'm currently automating linking after a server migration with new folder structure, so far so good.
I have a bunch of folders who contain a huge chunk of that missing files.
For far as I am, I fetch
set MyBrokenLinks to (every link whose status is link missing)
repeat with k from 1 to (length of MyBrokenLinks)…
and batch-relink them to specific paths on our new server.
My script could speed up greatly if I could only use the InDesign-Feature to look in thet new given relink folder for broken links, as shown in my Screenshot.
Am I able to applescript the use this InD-feature?
