Deleting directories/files with paths too long for Windows delete
In Windows API the maximum length for a path is defined by MAX_PATHÂ which is 260 characters. A local path is structured using drive letter, colon, backslash and folder names separated by backslashes, followed by a null terminator.…
Read more »