if '.' not in filename:
if not os.path.exists("shortcut"):
os.mkdir("shortcut")
shutil.copy(filename,"shortcut") **this row is line 70**
os.remove(filename)
print("shortcut don")
this is my code i faceing this error in follow image whene running my code