Android Question File.Delete all files in a folder

peacemaker

Expert
Licensed User
Longtime User
B4X:
File.Delete(File.DirInternal, "*.*")
File.Delete(File.DirInternalCache, "*.*")

Are both correct to clean each folder ?
During debugging i can see in the List = File.ListFiles(File.DirInternal) that no files deleted
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…