0

I want to copy ONE file "test.txt" to the SD card.

I found tips on how to copy more than one, but they are not working for me...

The file is in the root of the assets folder "/test.txt"

Thanks.

Waynn Lue
  • 11,344
  • 8
  • 51
  • 76
Paul
  • 321
  • 1
  • 5
  • 8

1 Answers1

0

I don't know if there is a native command for that, but you can always create a File, open the file you want to copy, and copy de byte array from one to another.

gnclmorais
  • 4,897
  • 5
  • 30
  • 41