4 ms·
> Windows has/had a 255-char maximum length of the total path of a file The actual path of file in Windows can be practically unlimited, but either requires us
by wesnerm2 6y ago
> Windows has/had a 255-char maximum length of the total path of a file
The actual path of file in Windows can be practically unlimited, but either requires using special network notation that can exceed 256 characters or relative addresses. Recent versions of Windows includes a setting that removes the limitation in the APIs because of development issues like node nested packages.