Locating and deleting PowerPC applications

28.09.2011

repeat with i from 1 to the count of theseApplicationFiles

do shell script "rm -R " & quoted form of the POSIX path of (item i of theseApplicationFiles) with administrator privileges

end repeat

delete folderOfAliases

end tell