Closed wengjianchuan closed 2 years ago
The problem comes from the leading E:
in front of the two directories (the last two command line arguments). cloc tries to create a windows file name based on file_name
plus the embedded E:
and that isn't allowed. Until I fix this, run without the letter drive:
cloc.exe --count-and-diff --out=file_name \MyCodeWork\PythonWorkspace\FastCFS_bak \MyCodeWork\PythonWorkspace\FastCFS
cmd :cloc --count-and-diff --out=analysis E:\MyCodeWork\PythonWorkspace\FastCFS_bak E:\MyCodeWork\PythonWorkspace\FastCFS exception:Unable to write to analysis.E:_MyCodeWork_PythonWorkspace_FastCFS_bak.E:_MyCodeWork_PythonWorkspace_FastCF
S