JanPalasek / csharp-source-code-size-counter

Console Application calculates size of non-generated C# source code that recursively from specified directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path length limit

JanPalasek opened this issue · comments

Full path length limited to 260 characters on Windows OS. If you overreach the maximum, program crashes.