breautek commented on issue #567:
URL: 
https://github.com/apache/cordova-plugin-file/issues/567#issuecomment-1537476421

   No, the file plugin nor the underlying native API doesn't understand 
wildcard/file expansion operations.
   
   If you have a glob API, you could list the files and apply the glob against 
the file API. Recursive scanning on mobile filesystems tends to be really slow 
however, and you'll need to explicitly list each subdirectory manually if you 
want a recursive search.
   
   Closing because this kind of feature would be out of scope of this plugin.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to