I took the example at this page: https://www.appgamekit.com/documentation/Reference/HTTP/GetHTTPFileProgress.htm made by Paul Johnston and modified it a bit to use it for tier 2.
However when i run the code the file gets saved in the projects appdata folder. I tried using the following 2 things:
agk::SetFolder("C:\test");
agk::GetHTTPFile(http, "betafiles/Hands_On_AGK_Chapter_14_Text.pdf", "C:\test\Hands_On_AGK_Chapter_14_Text.pdf");
But both still save to the project appdata folder. I couldn't find anything, does someone know how properly set the save file location in tier 2?