Configuring Support for Long Path Names in Altium Designer
Created: октября 19, 2023 | Updated: декабря 13, 2023
Starting from 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 by changing a registry key to enable support for actions when a file path with the file name exceeds 256 characters, such as:
- Opening a project from the connected Workspace.
- Making a local project available in the Workspace.
- Changing the folder path in an Outjob file.
- Generating outputs using an Outjob file or the Project Releaser.
- Saving a project as a project template to the Workspace.
-
Click Search (shortcut: Win+S), type
regedit.exeand then press Enter.
-
In the Registry Editor, navigate to the following location:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. -
Right-click the entry named
LongPathsEnabledand select Modify. -
Set the Value data to
1and click OK. - Restart the PC.
-
In Altium Designer, enable the
System.LongPathsSupportoption in the Advanced Settings dialog and restart Altium Designer.
