How do you load a string from a file from outside your project folder

I’ve checked out this link: How can I load text from file with blueprint? - UI - Epic Developer Community Forums
But it only saves and load files from your game dir or project folder.
How do i add code to enter thefile path aswell so that i can use files from a link online or somewhare else on my PC?
My game has to get a float value that i can update in a server everyday just incase you want to know why i need this
Any help would be greatly appreciated
Thanks for you time.

Can anyone please help me on the topic? I see this threat has 8 views but no answers so is this impossible in unreal engine?
Ive now figured out how to save and load files from my C drive but http links is still not working. Im thinking that the reason could be that the connection to the server cant be made quickly enough so the file on the server doesnt get read in time?? How can i fix this?