- Регистрация
- 16.03.2013
- Сообщения
- 231
- Благодарностей
- 36
- Баллы
- 28
Hello guys,
I have a question. I'm trying to change something in the url. I got this url google.com/k/12345 and i'm trying to change the /k/ to /u/ do you have any c# that does that ? Because i've managed to get the url with the TAKE URL but i can't find something to change it, and I don't want to save it in a file, because I need it to be multithreaded task so i need it to be changed inside the project. So basically i've managed to turn the URL into a variable, but I don't know how to change the /k/ with /u/ inside the project.
Thanks
I have a question. I'm trying to change something in the url. I got this url google.com/k/12345 and i'm trying to change the /k/ to /u/ do you have any c# that does that ? Because i've managed to get the url with the TAKE URL but i can't find something to change it, and I don't want to save it in a file, because I need it to be multithreaded task so i need it to be changed inside the project. So basically i've managed to turn the URL into a variable, but I don't know how to change the /k/ with /u/ inside the project.
Thanks