Re: Disk Image Volumes
Re: Disk Image Volumes
- Subject: Re: Disk Image Volumes
- From: Andreas Schempp <email@hidden>
- Date: Mon, 5 May 2003 18:17:12 +0200
Try to use [[NSWorkspace sharedWorkspace] mountedRemovableMedia]
this returns an array, containg all removeable media.
compare:
if( [[[NSWorkspace sharedWorkspace] mountedRemovableMedia]
containsObject: @"pathToTheVolume"]
{
NSLog(@"is a removable volume");
}
I don't know if this works, but you can try it ;-)
Am Montag, 05.05.03 um 01:25 Uhr schrieb Lorenzo:
Hi,
how can I understand if a volume is a Disk Image Volume?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
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.