文档目录绝对path

我是PhoneGap的新手,我正在使用Xcode。

任何人都可以告诉我如何到index.html文档目录的绝对path?

function success(fileSystem) { var path = fileSystem.root.fullPath; } // request the persistent file system window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, null); 

path应该指向/Documents