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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -