NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAtIndex:0];
I have to open a dialog box & show folders present in the iphone using sdk. Is that possible? If yes, can some one guide me. If no, any other alternates! Please!
Thanks in advance!
no access to anything but the applications folder, would be WAY too much of a security risk.
Is there a way to open the file dialog box of the iphone through iphone sdk code development?
I havent seen that in iphone sdk. Its some thing similar to the dialog box which opens in windows XP, while u want to save some file. It will show its root folders & other created folders in it.
Ok let it be. Is there a way to show a folder (of iphone some thing like, videos/audio/themes/...) which has some files in it to the user when a button is clicked.
Even i am looking for the exact requirement,
Anyone please provide me a solution.
Thanks in Advance,
BP