On 1 Apr '08, at 10:59 PM, Valentin Dan wrote:
How can I access (from Cocoa, Objective-C code) a path like : \
\192.1.1.1\c$\SomeDir\AnotherOne\SomePicture.jpg ?
Well, you know the IP address of the server, and the path in its
filesystem. That's a start. The key question is: what protocol?
Hi,
Same question with a new spin :) ...
How can I access (from Cocoa, Objective-C code) a path like :
\\192.1.1.1\c$\SomeDir\AnotherOne\SomePicture.jpg ?
I need to load that picture in a table view, so I need the NSData object and
the connection should be able to authenticate (perhaps a NSU