Hello,
i hope this is the correct forum-category for this topic.
Actually i am trying to create a small apllication with XCode and AppleScript.
The application is based on a window (As name: MainWindow). On this window i have put a NSPathControl (As name: selectFolder) which should be used to store a path to an AS variable.
finally we have a testbutton to check if there is a path stored on my variable.
The button runs an: Display dialog to show me the path stored in the variable
My NSPathcontrol is defined to PopUp mode which let me easily select the path to a folder.
Well actually i am wondering how to read the Path selected with this NSPathcontrol.
any ideas how to check the path selected by the user in the PathControl ?
Thanks in advance