I'm pretty new to C# (Only about a month of experience). I'm working on a project that will get the URL address from a .url file but I have no idea how to go about doing so.
I've tried googling but I keep getting "text to url", not the other way around. Any help would be awesome! Thanks for any input in advance! I'm also new to the site, so if need to answer more questions, please let me know!
Edit: Basically, I'm trying to convert all the internet shortcuts in my favorites folders into their addresses. So for example, turn my "Google" shortcut into http://www.google.com. I hope that helped.