Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading a file form Visual Studio and change the file name is not working #13457
Comments
|
Long options must be written with double dash |
I am trying to download a file from youtube in Visual Studio but when i want to change the file name, is not working. I Mean the file is not downloaded.
` private Process downlaodMusic(string url, string fileName)
{
Process currentsong = new Process();