Copy files from a folder of SD card into another folder of SD card

前端 未结 5 802
日久生厌
日久生厌 2020-12-13 10:22

Is it possible to copy a folder present in sdcard to another folder present the same sdcard programmatically ??

If so, how to do that?

5条回答
  •  有刺的猬
    2020-12-13 11:10

    See the example here. The sdcard is external storage, so you can access it via getExternalStorageDirectory.

提交回复
热议问题