
the info i found said
so i just assumed filename was enough :\To move a file or directory to another location, use shutil.move(src, dst). src is the file or directory to be moved and dst is the destination:
thanks a lot though, that worked like a charm
