Show File in Finder
Posted: Tue Jul 17, 2012 3:40 pm
Hiya,
if you need or like to show a certain file in Finder, you can use this small snippet:
if you need or like to show a certain file in Finder, you can use this small snippet:
Code: Select all
Dest$ = "/Users/joe/Desktop/" ; will show my personal Desktop :-)
RunProgram("open", "-R " + Dest$, "")