D DeDMakar macrumors member Original poster 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 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 Apr 9, 2008 #3 Thanks.🙂 I use Code: NSArray *arVolumes = [[NSWorkspace sharedWorkspace] mountedRemovableMedia];