Я новичок в PhoneGap и использую его с Xcode.
Может кто-нибудь сказать мне, как добраться до абсолютного пути к каталогу документов в index.html?
function success(fileSystem) { var path = fileSystem.root.fullPath; } // request the persistent file system window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, null);
path должно указывать на /Documents.
path
/Documents