Hello to all, I have develop a smal script that gets the name of all files that contain a key word.
tell application “Finder”
Set THE_NAMES to items of the front window whose name contains “something”
end tell
The “Result” tag returns somethign like this:
{document file “something.doc” of folder “myfolder” of folder “the folder” of folder “Desktop” of folder “brian” of folder “Users” of startup disk of application “Finder”,document file “something02.doc” of folder “myfolder” of folder “the folder” of folder “Desktop” of folder “brian” of folder “Users” of startup disk of application “Finder” etc…
Is there a way of removing or replaceing some of the text in this string and still use as a String???
Hope you can help!!!
Brian Donovan
Mexico City