Delete Images from Stored Path in qml
QML and Qt Quick
4
Posts
2
Posters
1.4k
Views
1
Watching
-
How do i delete the images stored on drive from qml?Is there a way to do it or should we pass the source to Qt and remove the file?
My need is i am capturing an image from Qml using camera and it gets saved to "X" path....i need to delete the same from qml..Please help me with best suited answersThanks
Bala Beemaneni -
Hi,
bq. should we pass the source to Qt and remove the file?
AFAIK, that is the only way.
-
Well, atleast from what all i have explored i found no way.