iDisk access in Cocoa
iDisk access in Cocoa
- Subject: iDisk access in Cocoa
- From: M Ramachandra Acharya <email@hidden>
- Date: Mon, 18 Feb 2002 12:13:57 +0530
Hi Everybody
I have a query about using iDisk with Cocoa.
I want to identify the iDisk Volume and display its contents in an app.
which I am developing.
The two calls under the 'NSWorkspace' of Appkit,
1. - (NSArray *) mountedLocalVolumePaths
2. - (NSArray *) mountedRemovableMedia
do not return the iDisk volume. But I find that the 'iDisk' volume does show
up under '/Volumes'.
When I check the attributes of the 'iDisk' folder, I do not get any thing
unique in it for me to identify it as a iDisk volume.
But when I use finder and check the properties of the volume by selecting it
and pressing 'Command + I', the info widow says that the 'Format' is
'WebDAV'. I thought of using this as the unique key, but alas! could not
find any function to get this info.
Can any body pl. help me to I identify the 'iDisk' programmatically in
Cocoa?
TIA.
With regards
Ram
--------------------------------------------------------------
Robosoft Technologies, Mangalore, India
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.