@itsseanl

everything works for me too. try as a crutch

with open(testdst, 'x') as testdst, open(filePath,'r') as filePath: testdst.write(filePath.read())

if it does not work, then most likely you do not have write access in this directory