c++ - C interface to get documents folder on iOS -


now use:

[nssearchpathfordirectoriesindomains(nsdocumentdirectory, nsuserdomainmask, yes) lastobject]; 

to documents folder on ios, have c interface keep file type c/c++ instead of objective-c/c++.

is possible documents path on ios using c functions?

edit: duplicate of using c++ access documents folder on ios

char *home = getenv("home");  

return application folder. removing "/private" , adding "/documents" should work.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -