Ti-Android-CameraView icon indicating copy to clipboard operation
Ti-Android-CameraView copied to clipboard

File delete

Open mrtomnguyen opened this issue 9 years ago • 2 comments

how is the cache image file managed? e.path.deleteFile() is not working.

mrtomnguyen avatar Aug 11 '16 16:08 mrtomnguyen

The module saves the picture in the External Storage Public Directory and returns the path to the picture as a string.

deleteFile() is not a method I provide, it is part of the appcelerator main code. If you can access, and display the picture using the filePath, you should be able to delete it too. If you can't, verify you can create other files in the External Storage Public Directory and delete them. The problem you are experiencing may have nothing to do with this module.

brownemint avatar Aug 12 '16 11:08 brownemint

ok thanks. maybe its just the emulator. will do more tests.

mrtomnguyen avatar Aug 12 '16 16:08 mrtomnguyen