更新文件: getwebdavlist.exe, webdav_simulator.arm64, getalist.exe, getwebdavlist.py, webdav_simulator.amd64 等13个文件

This commit is contained in:
ZJP Monitor
2025-05-26 20:51:33 +08:00
parent ca7e7c5a8a
commit 2561070040
13 changed files with 6 additions and 3 deletions

View File

@ -41,6 +41,7 @@ def walk_dir(fs,f,replaceroot):
if replaceroot!="":
if len(paths)>=3:
path=os.path.join("/",replaceroot,*paths[2:])
path=path.replace("\\/","|")
print(f"{path}\t{file_obj.size}")
f.write(f"{path}\t{file_obj.size}\n")