Hi All,
got a bit of a wierd problem, not sure if its me or Xcode BUT here goes.
i am looking to write a simple Cocoa App in objective C that allows a user to connect a network drive. (you click a button on the program and it automatically does the work for you)
so i went off to ADC and found a reference to NSfilemanager which seemed todo what i wanted (not sure if that was correct or not yet).
noticed it was in a file called.
NSFileManager.h
so i entered this into my header file in my program, i thought i was all done and dusted until i try to use code completion. i get no code insight for the new header file, is this correct?
also am i barking up the wrong tree using
createSymbolicLinkAtPathathContent:
when trying to establish a network connection????
can any of you fine, gifted people give me some insight into this problem...
thanks
kris
got a bit of a wierd problem, not sure if its me or Xcode BUT here goes.
i am looking to write a simple Cocoa App in objective C that allows a user to connect a network drive. (you click a button on the program and it automatically does the work for you)
so i went off to ADC and found a reference to NSfilemanager which seemed todo what i wanted (not sure if that was correct or not yet).
noticed it was in a file called.
NSFileManager.h
so i entered this into my header file in my program, i thought i was all done and dusted until i try to use code completion. i get no code insight for the new header file, is this correct?
also am i barking up the wrong tree using
createSymbolicLinkAtPathathContent:
when trying to establish a network connection????
can any of you fine, gifted people give me some insight into this problem...
thanks
kris