Sunday, March 21, 2010

AppleScript에서 Desktop path 얻어내기

다음과 같이 하면 desktop 의 path 를 얻어낼 수 있다.
set out_path to path to desktop
set out_path_posix to (POSIX path of out_path & "test")
display dialog ("Desktop path is : " & out_path_posix)

No comments:

Post a Comment