Re: iDisk access in Cocoa
Re: iDisk access in Cocoa
- Subject: Re: iDisk access in Cocoa
- From: Vince DeMarco <email@hidden>
- Date: Mon, 18 Feb 2002 19:34:20 -0800
On Sunday, February 17, 2002, at 10:43 PM, M Ramachandra Acharya wrote:
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'.
Can you please file a bug about this, there is no reason why calling the
two methods above should not work.
vince
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.
What you can do is use the fstat function
ib the structure it returns is the file sysyem type.
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.
_______________________________________________
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.