PDA

View Full Version : kDADiskDescriptionVolumeNameKey fails


yogish
November 26th, 2008, 05:53 AM
Hi,

I have connected to cards and their mount path is "/Volumes/UNTITLED" and "/Volumes/UNTITLED 1".
But volumeName = [[dd objectForKey:(NSString *)kDADiskDescriptionVolumeNameKey] copy] always returns "UNTITLED".

how can i fix this problem?

Thanks.