As I can delete photos stored in external memory in a specified folder?
My application uses photos for evidence, I keep those pictures in the database, but also are stored in the DCIM folder, how can I eliminate them through code?
This is what I tried and it did not.
Somebody help me with this?
I thank you in advance
My application uses photos for evidence, I keep those pictures in the database, but also are stored in the DCIM folder, how can I eliminate them through code?
This is what I tried and it did not.
B4X:
File.Delete(File.DirRootExternal & "/" & "DCIM","DCIM")
Somebody help me with this?
I thank you in advance