How to fetch images from WhatsApp status directory?

I am making a WhatsApp status downloading app. Everytime when a user view a status on WhatsApp, it gets stored in (.statuses) directory. So I just want to know how can I set the path for the directory and how to fetch images or video statuses in my app? So the user will be able to download it. I tried using Taifun file extension but I don’t know how to use it. Please help!

Access it with this path: /WhatsApp/Media/.Statuses/

Where can I put this path? Is there any block available in makeroid?

Not yet, but you can use “List Files” method from @Taifun’s File extension

2 Likes

Thank you.