What shell cmd to launch directory in MAC OS X
Wha开发者_开发问答t shell command can i use to launch/open a folder in mac os x? I will be executing it in .NET
open
"open" with a folder argument will open finder with given folder opened. With files it will use the default file associated.
ie
open ~/Documents/
精彩评论