Every week I need to update the same shapefiles that are used to produce up to date maps. The files are downloaded from 3 different web-servers.
The thing I want to do is to have a script that can search my folder where I put my downloaded shapefiles and replace the ones I've already got. This shouldn't be a problem when the shapefiles have the same name. But still, I can't seem to figure out how to solve this problem. What to use, model builder? Python script?
I bet this is a no-brainer question, but I'm stuck here :)