Moving and replacing a lot of files.
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
hey 
im creating a program that should download like 400 files "its for a game my mate is making"
and i want it to replace the old files that aleredy is in the folder.
also i would like to know if there is a way to make the program locate the folder, because people may have it in different directorys.
Thanks to anyone that helps

im creating a program that should download like 400 files "its for a game my mate is making"
and i want it to replace the old files that aleredy is in the folder.
also i would like to know if there is a way to make the program locate the folder, because people may have it in different directorys.
Thanks to anyone that helps

You could use a Do Until loop, and run it until the last file is downloaded.
Then for your second question, you could use Application.Path (I am pretty sure that is what it is)
Then for your second question, you could use Application.Path (I am pretty sure that is what it is)
You could use an environment or registry variable that points to where the files should go.
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023