Re: Copying files to an iDisk
Re: Copying files to an iDisk
- Subject: Re: Copying files to an iDisk
- From: Charles Srstka <email@hidden>
- Date: Thu, 7 Nov 2002 20:28:49 -0600
You need to use Carbon to unmount the volume. I think the function was
PBUnmountVol or something similar.
Cocoa only can unmount removable media - it can't unmount servers.
Carbon can, though.
Charles
On Thursday, November 7, 2002, at 02:51 PM, Craig Stanton wrote:
Hello,
I am looking for help with developing a small app that will copy
files to the users iDisk for them. The code I have so far is able to
mount the iDisk (using mount_webdav) but I can't unmount it
afterwards, nor can I mount my iDisk in the finder after running my
program, it returns error -47 which is that the drive is already
mounted. The iDisk is still referenced in /Volumes, and I can't remove
it. Does anyone here know of a good resource on the subject?
Cheers,
Craig
_______________________________________________
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.