Hi,
i need a script to select (more than one) files in finder. My script works great. But it has problems with paths that contain UTF-8 (or UTF-16 ???) characters:
tell application “Finder” to (select {POSIX FILE “/System/Library/Fonts/??? Std W8.otf”, FILE2, FILE3, etc}) activate
any suggestions?
thx