Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to automate iPhoto image import' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to automate iPhoto image import
Authored by: benpc on Jul 29, '04 01:47:47PM

Here's an oopsie I made writing this script- when the number of images on the camera is sufficiently large to take more than a minute to copy, the applescript copy operation will timeout and kill the script. To solve this, encase the block that tells the finder to move the files in a "with timout of n seconds" (your choice) and "end timout".



[ Reply to This | # ]