I need to remove a particular folder from the /mnt/sdcard/new.
I am looking at the folder with the DDMS in Eclipse.
How do we remove a particular folder.
Thanks in advance.
You can use rm command with -r parameter to delete a nonempty folder.
C:\> adb shell
$ rm -r /mnt/sdcard/Android/data/mydirectory/
NOTE: rmdir can delete only a nonempty folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With