-- Import From Scanner -- https://c-command.com/scripts/eaglefiler/import-from-scanner -- Summary: Use as the target of your scanner software to send scans to EagleFiler and set their metadata. -- Requires: EagleFiler, scanner -- Install Location: Droplet -- Last Modified: 2019-05-24 on open _files repeat with _file in _files my importFile(_file) end repeat end open on importFile(_file) tell application "EagleFiler" set {_record} to import files {_file} with asking for options set _record's basename to _record's title end tell end importFile