Worked example - Find the longest file path in your codebase
I recently wanted to know the length of the longest file path within my codebase. Someone was struggling to pull the code to their local machine, and I found that Windows has a 256-character limit for a file path. Well, sort of. It turns out you can ...
Mar 7, 20231 min read45
