So in class we are making a program and we have a big problem with what is pretty much the last method we need. We want a download function, which basically takes a file already specified and copies it to the destination (and name) chosen by the user.
WE have a file chooser which allows the user to do that but unfortunately we are having a big problem with the method that would actually copy the mp3 sound. I have looked this up and i know that there is the filecopy method for this, and i tried it and seemed to work fine.
The sound file copied to where it was supposed to copy and everything, it played, but the sound it played was completely messed up.
SO i'm wondering if anyone else has had this problem and if they maybe know how to solve this, if u guys have any idead please help, or maybe there is another way around this?
Thx