Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-114669

[REG: 5->6] android: QDir::entryList returns full path for contents under assets:/

XMLWordPrintable

    • Android

      For example, this:

          qDebug() << "files in assets" << QDir("assets:/").entryList();
      

      Could return:

      D libexample_x86_64.so: files in assets QList("assets:/android_rcc_bundle.rcc", "assets:/images", "assets:/webkit")
      

      I would expect it to have only returned entries under assets:/ (the output should have been: android_rcc_bundle.rcc, images, webkit).

        1. qtbug114669.tar.gz
          2 kB
          Joni Poikelin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            assam Assam Boudjelthia
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes