URLDownloadToFile not working this is what im doing
URLDownloadToFile( NULL, "https://pastebin.com/raw/Q91mE8Qe", "C:/text.txt", 0, NULL);
and it's not download the file.. any help would be cool
URLDownloadToFile not working this is what im doing
URLDownloadToFile( NULL, "https://pastebin.com/raw/Q91mE8Qe", "C:/text.txt", 0, NULL);
and it's not download the file.. any help would be cool
fixed it with
URLDownloadToFile( NULL, "https://pastebin.com/raw/Q91mE8Qe/index.html", "C:/text.txt", 0, NULL);
I just forgot to include /index.html