jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
How to Use shutil.move() on Windows and Linux
2018年11月15日 20:58
Today when I try to move a file using
shutil.move() on
my Windows machine, I encounter an error message:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process
In this post, I will write about what I have learned from this error.