Hi All
I hope you can assist me. My program allows me to save bitmap signatures in .png format in the DirInternal directory. I'm worried that as the files get saved I'm going to run out of space. Now I want to delete all the .png files when I start the app. I have added the wildcards class and I'm able to list *.png files. Now how do I delete these *.png files?
Thanks in advance...
I hope you can assist me. My program allows me to save bitmap signatures in .png format in the DirInternal directory. I'm worried that as the files get saved I'm going to run out of space. Now I want to delete all the .png files when I start the app. I have added the wildcards class and I'm able to list *.png files. Now how do I delete these *.png files?
Thanks in advance...
Listing *.png files:
wcl.Initialize(Me,"wcl")
Log(wcl.ListFiles(File.DirInternal, True, "*.png", True, True))