Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The limitation of long paths in the open dialog
#1
The file name edit box in the built-in "Open Dialog" has a 260-character limit on path length.
I've used the following code, but it still hasn't resolved the issue. Is there a better solution?
 
Code:
Copy      Help
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
#2
No. Path parts cannot be so long, even if long paths enabled.


Forum Jump:


Users browsing this thread: 1 Guest(s)