-- Downloaded From: http://c-command.com/scripts/eaglefiler/quicksilver-import-file -- Last Modified: 2010-11-27 on open _files tell application "EagleFiler" repeat until (exists library document 1) delay 1 end repeat tell library document 1 import files _files end tell end tell end open