Hi Folks-
I’ve been trying to coerce a POSIX path to a macintosh pathname, unsuccessfully. If it matters, this will eventually run on a shared server
set oldFolder to do shell script "find /ArchiveX/#" & oldTens & ",000-" & oldTens & ",999 -maxdepth 1 -name " & (oldNum as Unicode text) & "*"
set fullpath to oldFolder & "/ Final File" --returns "/ArchiveX/#150,000-150,999/150000_PlanSponsor_AD/ Final File"
--missing coercion
tell application "Adobe InDesign CS2"
activate
open inddJOB
end tell
the usual tricks are failing me…
thanks!
Ralph