Hello,
maybe the names is incorrect so I will show in example
something like
***** I KNOW THIS IS NOT THE CORRECT COMMAND
hotspot/Fonts , hotspot/images
Thanks ,
maybe the names is incorrect so I will show in example
x = [{'id': '*1F010121', 'name': 'hotspot/Fonts', 'type': 'directory', 'creation-time': 'may/06/2018 09:35:12'},
{'id': '*1F010221', 'name': 'hotspot/images', 'type': 'directory', 'creation-time': 'may/06/2028 09:35:12'}]
}I want to print all the names of the directory he found something like
***** I KNOW THIS IS NOT THE CORRECT COMMAND
foreach data in x:
print(x["name"][data])so I will get hotspot/Fonts , hotspot/images
Thanks ,
