I have written virtual system (VFS) that I am using for my apps on Windows. Now, I moved my application to iOS and I have issue with dirrent.
Windows port has added info about current folder, where file is.
DIR * dir = opendir(dirName);
char * dirFullPath = dir->patt; //this is missing at iOS
How can I get that info ? DirName variable is useless, since its only relative path.
And second, on windows I specify folder to be mapped as root of my VFS. How can I do the same for iOS ? Lets say, to map VFS to directory DATA.