I have a method that will copy an Audio file from raw folder to SD card. It takes two inputs
copy an Audio file from raw folder to SD card
Use this for path:
string baseDir = Environment.getExternalStorageDirectory().getAbsolutePath(); string path = baseDir + File.Separator + "music" + File.Separator + "yourpackagename" + filename;