Categories > Coding > C# >

Download Missing Files (HELP)

Posts: 20

Threads: 6

Joined: Aug, 2023

Reputation: 0

Posted

Hello everyone and I want to know if I did this right I want to download this from the website and have it end up in the exploit folder

 

            string[] Files = { "ICSharpCodeAvalonEditor.dll", "MaterialDesignThemes.Wpf.dll", "WeAreDevs_API.dll" };

            for (int i = 0; i < Files.Length; i++) 
            { 
                if (!File.Exists(Files[i]))
                {
                    WebClient webClient = new WebClient();
                    webClient.DownloadFile("https://cdnwrd2.com/r/1673551714278/WeAreDevs_API.dll", @"c:\WeAreDevs_API.dll");
                }
            }
  • 0

Posts: 1394

Threads: 71

Joined: May, 2022

Reputation: 17

Replied

no, your downloading them in the c drive

  • 0

Did I mention I use arch btw?

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )