phonegap iphone:文档目录绝对路径
Posted
技术标签:
【中文标题】phonegap iphone:文档目录绝对路径【英文标题】:phonegap iphone : Documents Directory Absolute path 【发布时间】:2011-09-30 09:59:08 【问题描述】:我是 PhoneGap 的新手,我在 Xcode 中使用它。
谁能告诉我如何在 index.html 中找到文档目录的绝对路径?
【问题讨论】:
【参考方案1】:function success(fileSystem)
var path = fileSystem.root.fullPath;
// request the persistent file system
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, null);
path
应该指向/Documents
。
【讨论】:
以上是关于phonegap iphone:文档目录绝对路径的主要内容,如果未能解决你的问题,请参考以下文章
CSS - iphone中的绝对定位? (phonegap, jqtouch)
如何在 Objective-C 中获取当前工作目录的绝对路径?
如何通过绝对路径访问我的应用程序文件 - windows phone - Phonegap/Cordova