OS X 설정

open finder

wakira 2017. 1. 29. 21:27

on run {input, parameters}

tell application "Finder"

activate

open folder "Macintosh HD:Users:wakira:"

end tell

return input

end run



on run {input, parameters}

tell application "Finder"

activate

if (count windows) is 0 then make new Finder window

end tell

return input

end run




Macintosh HD으로 강조한 부분은 저장 장치의 볼륨명을, 

wakira으로 강조한 부분은 사용자 계정명을 입력해 줍니다.



저장위치는 /Users/wakira/Library/Services