Skip to content

这个程序对于文件夹的无论是复制还是删除的处理方案均不太好 #60

Description

@lIL1521

只要存在文件夹,那么则会导致程序直接崩溃

[robocopy] exit code 2: There are some additional files in the destination directory that aren't present in the source directory. No files were copied.

这个是删除日志

robocopy "D:/Users/qwe12/AppData/Xplane-map-cache" "D:/autodesk" /V /NJS /NJH /BYTES /UNICODE /XC /XN /XO /R:0 /W:0 /MT:24 "autoortho" /DCOPY:DT
Injecting dll: C:\Users\qwe12\AppData\Local\Temp\RobocopyEx\RobocopyInjection.dll
                                                                                                                                                                                                                                                                                        ��

[robocopy] exit code 0: No files were copied. No failure was encountered. No files were mismatched. The files already exist in the destination directory; therefore, the copy operation was skipped.

这个是复制日志

麻烦作者优化程序对文件夹的处理程度

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions