Simple step for this issue.Cut folder from original location. & paste in other location or delete. Folder just few second task nothing else.
Note Microsoft Windows file system supported by only allows 258 characters. So that’s why we face this issue.
21 Answer
Possible solutions:
Shorten your original file names.
Move the files to paths with less "depth" and/or shorter total path names.
If you are using Windows 10, try enabling long file name support:
Start the registry editor (
regedit.exe).Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem.Double click
LongPathsEnabled.Set to 1 and click
OK.Reboot.
This can also be enabled via Group Policy via
Computer Configuration > Administrative Templates > System > Filesystem > Enable NTFS long paths.
"In Windows 10 long file name support [...] allows file names up to 32,767 characters (although you lose a few characters for mandatory characters that are part of the name)."
1