File Manager access in iphone for custom application -


this question exact duplicate of:

how can file manager access in iphone application have downloads option

thank you.

you can downloads directory passing argument nsdownloadsdirectory method nssearchpathfordirectoriesindomains. this

nsarray *directoryarray = nssearchpathfordirectoriesindomains(nsdownloadsdirectory , nsuserdomainmask, yes);     nsstring *downloadsdir = [directoryarray objectatindex:0]; 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -