This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property extension_to_rename : {"webloc"} | |
property extension_to_exctract : {"xml"} | |
on open theDroppedItems | |
repeat with a from 1 to count of theDroppedItems | |
set theCurrentItem to item a of theDroppedItems | |
tell application "Finder" | |
set isFolder to folder (theCurrentItem as string) exists | |
end tell | |
-- Process a dropped folder |