How to receive the list connected USB Flash drive and a way to one of them? What to use functions?
D DeDMakar macrumors member Original poster Mar 24, 2008 39 0 Apr 4, 2008 #1 How to receive the list connected USB Flash drive and a way to one of them? What to use functions?
wrldwzrd89 macrumors G5 Jun 6, 2003 12,110 77 Solon, OH Apr 4, 2008 #2 What language are you programming in? If you're writing Cocoa apps in Objective-C, then NSFileManager functions are what you'll need to call. The File Manager is the equivalent API in Carbon.
What language are you programming in? If you're writing Cocoa apps in Objective-C, then NSFileManager functions are what you'll need to call. The File Manager is the equivalent API in Carbon.
D DeDMakar macrumors member Original poster Mar 24, 2008 39 0 Apr 9, 2008 #3 Thanks. I use Code: NSArray *arVolumes = [[NSWorkspace sharedWorkspace] mountedRemovableMedia];