File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ paths longer than this would not resolve and errors would result.
103
103
104
104
In the latest versions of Windows, this limitation can be expanded to
105
105
approximately 32,000 characters. Your administrator will need to activate the
106
- "Enable Win32 long paths" group policy, or set the registry value
107
- `` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled ``
108
- to `` 1 ``.
106
+ "Enable Win32 long paths" group policy, or set `` LongPathsEnabled `` to `` 1 ``
107
+ in the registry key
108
+ `` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem ``.
109
109
110
110
This allows the :func: `open ` function, the :mod: `os ` module and most other
111
111
path functionality to accept and return paths longer than 260 characters.
You can’t perform that action at this time.
0 commit comments