OGeek|极客世界-中国程序员成长平台

标题: ios - phonegap iphone : Documents Directory Absolute path [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-11 20:17
标题: ios - phonegap iphone : Documents Directory Absolute path

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

谁能告诉我如何在 index.html 中找到文档目录的绝对路径?



Best Answer-推荐答案


function success(fileSystem) {
    var path = fileSystem.root.fullPath;
}

// request the persistent file system
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, null);

path 应该指向 /Documents

关于ios - phonegap iphone : Documents Directory Absolute path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7608767/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4