Hi Guys,
I have searched the forums for an easy way to transform a list I get from the find command into an AppleScript list object. The lists from find are just single lines liek these:
/Applications/.localized
/Applications/3ivx
/Applications/3ivx/.DS_Store
/Applications/3ivx/forums.3ivx.com
/Applications/3ivx/How To Play AVI Files
/Applications/3ivx/ReadMe.pdf
/Applications/3ivx/Uninstall 3ivx.app
/Applications/3ivx/Uninstall 3ivx.app/Contents
/Applications/3ivx/Uninstall 3ivx.app/Contents/Info.plist
/Applications/3ivx/Uninstall 3ivx.app/Contents/MacOS
/Applications/3ivx/Uninstall 3ivx.app/Contents/MacOS/installer
/Applications/3ivx/Uninstall 3ivx.app/Contents/MacOS/installtoo
and so on. I am sure you get the idea. I am always running find against the full path so there will be a / at the beginning of each line. Now, I thought about delimiters, but on another thread, covering curl responses, it seemed to me that the linefeed ist not enough.
Any suggestion is greatly appreciated.
Thanks,
budy