I m trying to open a folder in Finder using AppleScript. The following is my code. I want the folder WorkSpace to open in Finder, but it opens the Parent Folder
WorkSpace
As far as I've searched, there seems to be no way to open the folder rather than just highlighting the folder in AppleScript. So I have used:
do shell script "open /Volumes/MyMacDrive/Mani/WorkSpace/"
It worked fine for me but please update me if i'm wrong.