how to use nsdocuments directory for downloads in iphone -
i have iphone app downloads option , iam using nsdocument directory path downloading.but after download how can access documents path in iphone. need install other app file access . if yes, please tell me app.thank .
//nsdownloadsdirectory = download folder
//nsdocumentdirectory = document folder
nsarray *patharr = nssearchpathfordirectoriesindomains(nsdownloadsdirectory , nsuserdomainmask, yes); nsstring *downloadsdir = [paths objectatindex:0];
store content path(you can create folder in too.). , fetch files stored in folder, enumerating files in directory
Comments
Post a Comment