I have got a python to update a file geodatabase (*.gdb).
Every time the code executes, it needs to check if a certain layer has been already there in the previous geodatabase; if so, delete it and create a new one; otherwise, overwrite it with a new one.
I am just wondering if I can achieve this by ArcToolBox or a python code?
Thanks
Alex