Browse Source

Update Windows-Path-Too-Long-Fix.md

pull/16638/head
Enis Necipoglu 3 years ago
parent
commit
2e3cf441bf
  1. 2
      docs/en/KB/Windows-Path-Too-Long-Fix.md

2
docs/en/KB/Windows-Path-Too-Long-Fix.md

@ -1,6 +1,6 @@
# How to Fix "Filename too long" Error on Windows
If you encounter the "filename too long" or "unzip" error on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters.
If you encounter the "filename too long" or "unzip" error on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 256 characters.
## Solution 1
Try [enabling the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).

Loading…
Cancel
Save