Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

IOnic native file plugin for listing out directories containing pdf files

$
0
0

@GHOUSE002 wrote:

Hi, I’d like to access and show all the device directories that contain only pdf files

plt.ready().then(() => {
      this.listDir(this.fileNavigator.externalRootDirectory, '');
    });

This is my list dir method:

listDir = (path, dirName) => {
    this.fileNavigator
       .listDir(path, dirName)
      .then(entries => {
        this.items = entries;
      })
      .catch(this.handleError);
  }```

I'm able to list all the directories but not the directories that contain pdf's

Please help me out on this. Thank You...!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>