I have one main folder and it has multiple sub-folder.Each sub-folder has one shape file.
Also I have text file which has attribute filed name.So I want to check each shape file attribute field name from multiple sub-folder based on that text file. If shape files attribute field name are not match with text file, print file name.
Could you please help me out. I am learning python.
Thanks in Advance.