Hi all
I tried to retrive a names list of all toolboxes and tools I reated and that are located in a specific folder. I used arcpy.ListToolBoxes() and arcpy.ListTools(). The problem those two functions list that is located in the ArcMap AcrToolBox, not in my folder. The functions arcpy.da.Walk(workspace, topdown=True,datatype='Toolbox') also dont give any results even if in my forlder there are tools and toolboxes.
Any help please?
Thanks