tags:

views:

131

answers:

1

Hi! How can i delete a directory (folder) that contains files or/and other folders in j2me? I know how to use fileconnection but it can not delete a folder that contains other folders or files.

+1  A: 

well, if your device doesn't allow deletion of non-empty folders, presumably, delete every file in the folder first, then delete the empty folder...

QuickRecipesOnSymbianOS