Hello everyone,
this is my code
__________________________________
import arcpy
import os
#set workspace
arcpy.env.workspace = "C:\\Users\\Documents\\Wetland"
ws = arcpy.env.workspace
#create a list of features
fcl = arcpy.ListFeatureClasses()
....
__________________________________
I made sure the path to the folder is set up correctly. The folder is full of shapefiles. I disabled already background processing in ArcCatalog but it stills comes up with
ERROR 000732: Input Table: Dataset C:\UsersDocuments\Wetland\Anagance_clip_diss does not exist or is not supported
ERROR 000732: Join Table: Dataset C:\Users\Documents\Wetland\Anagance_clip_full does not exist or is not supported
Failed to execute (JoinField).
can anyone see the problem?