Ok so this is what i want to do, i made a textbox where people are supposed to type in their STEAM username, i want to download a file that will download itself into:

C:\Program Files\Steam\Steamapps\USERNAME FROM TEXTBOX\Cstrike\CFG\

so let's say my username is dZ_Saint, and i type that into the textbox it should do so it will download the file, and install it into:

C:\Program Files\Steam\Steamapps\dZ_Saint\Cstrike\CFG\

thanks :)

Hello SaintDK,

I would build a string like this: FileName = "C:\Program Files\Steam\Steamapps\" & userName.Text & "\Cstrike\CFG\" Then you just have to save FileName.

I hope that helps!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.