User Profile
pctfs
Copper Contributor
Joined Sep 27, 2022
User Widgets
Recent Discussions
Re: How to resolve 'path is too long' error - endless abending loop!
Hi Dinorah Flores, Enabling long paths in Windows worked for me. Windows is delivered with a file path limit of 260 characters, largely for historical reasons. Microsoft has some information in an article https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later. From the article: Starting in Windows 10, version 1607, MAX_PATH limitations have been removed from common Win32 file and directory functions. However, you must opt-in to the new behavior. In order to used long paths in Windows 10 v1607, or later, the registry key Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled (Type: REG_DWORD) must exist and be set to 1. If you don't know about the Windows registry and how to make modifications, it would be best if you can find someone who is familiar with it to make this change for you. Please be aware that this modification could potentially break older software (possible but unlikely). Paul77KViews2likes4Comments
Recent Blog Articles
No content to show