假设我的JS文件在/libs/qrcode/qrcode.js中,我在/ libs / qrcode /上有另一个文件qrcode.html,是否可以获取当前目录/路径(即/ libs / qrcode /)在qrcode.js里面?
我要做的是在qrcode.js中的webview中加载qrcode.html,而不必担心qrcode文件夹位于Resource目录中的哪个位置。
任何帮助?
答案 0 :(得分:2)
尝试Ti.Filesystem.resourcesDirectory
或Ti.includeAbsolute
这应该为您提供Resources
文件夹中的路径或查看Titanium.Filesystem.File