![]() |
Ambitious but can it be done? - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: Ambitious but can it be done? (/showthread.php?tid=67853) Pages:
1
2
|
Re: Ambitious but can it be done? - Doc - 12-09-2008 'Problem there is the delimiters... maybe go into TextEdit, do a manual find/replace on the document, replacing the left and right brackets around the images with dollar signs or something like that... Then have AppleScript parse the document from that... Yeah... that's doable. Something like... tell applicationTextEditset Image_Pull to as list ...and then do another repeat loop for every item of Image_Pull to copy each file to another directory. |