We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28393b commit e321865Copy full SHA for e321865
moumoubaimifan/remove/removeFile.py
@@ -26,4 +26,4 @@ def crc32(file_path):
26
hash = zlib.crc32(s, hash)
27
return "%08X" % (hash & 0xFFFFFFFF)
28
29
-scanning_floder("D:\personal\新建文件夹/**/*")
+scanning_floder(r"C:\Users\xxxx\Documents\WeChat Files\xxx\FileStorage\**\*")
0 commit comments