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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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... |
|||
|
|
|
Here is the some code..
delete all the files and directories and then delete the original directory. hope this will help.. |
|||
|
|