I am trying to pass in two .wav files to my program through the command line.
In Main() I have tried casting them to be a File
File(args[0])
This don’t work.If I want to be able to use the .wav files I pass in as command line args what do I need to do?
You need to pass in the url of the files via command line and then create new files from the urls.