klochko7 opened a new issue #413:
URL: https://github.com/apache/cordova-plugin-file/issues/413
Could anyone suggest please, what is going wrong with Android 10 ? On
previous version everything is ok. I use such code
**this.settings.wo_root** - file:///storage/emulated/0/
**model_packages_folder** Mobile_Packages
```
this.file.listDir(this.settings.wo_root,
model_packages_folder).then(result => {
console.log("listDir", result);
}).catch(err => {
console.log("listDir err", err);
});
```
But result is empty [].
```
Ionic:
Ionic CLI : 5.4.16
Ionic Framework : @ionic/angular 5.1.1
@angular-devkit/build-angular : 0.803.10
@angular-devkit/schematics : 8.3.10
@angular/cli : 8.3.10
@ionic/angular-toolkit : 2.0.0
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : android 9.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3,
cordova-plugin-ionic-webview 4.1.3, (and 23 other plugins)
Utility:
cordova-res : not installed
native-run : not installed
System:
Android SDK Tools : 26.1.1 (C:\Users\anton\AppData\Local\Android\Sdk)
NodeJS : v12.15.0 (C:\Program Files\nodejs\node.exe)
npm : 6.13.4
OS : Windows 10
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]