如何在qml中检查现有文件夹?

时间:2011-07-31 10:14:21

标签: javascript mobile qml directory

我在qml中为移动客户端编程。我想检查移动设备上是否存在特定文件夹。如果没有,我想创建它。我使用的是qml,所以解决方案可以是qml或JavaScript。

(注意:当我说“JavaScript”时,人们说“使用php,ajax等”,但我只能在我的移动平台上使用JavaScript和qml)

1 个答案:

答案 0 :(得分:1)

在Qt中这样做(就像@ Stu-Mackellar已经说过的那样)。

访问这样的Qt方法:

http://doc.qt.nokia.com/qt-maemo-4.7/qtbinding.html#calling-c-methods-from-qml

并按照此处所述进行Qt部分:

Checking if a folder exists (and creating folders) in Qt, C++