hello,
For example, I have 3 .shp files ( points, polygon, polyline ) in a folder and within that folder, I also have a geodatabase with an empty point dataset.
how do I copy only the points shapefile into the point dataset within that geodatabase? i tried os.path.join but it doens't work.