I need a way to determine if a specific USB thumb drive has been inserted. For instance:
if "flash drive named "Records" is present": copy data to drive
else: "do something else"
I have all the copytree functions working just fine, I just need a way to check for the specific drive before the operation.
Thank you in advance!