You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, enabling long path support will allow the uploading and exporting of files with a path name length > 259 characters. This will prevent a System.IO.DirectoryNotFoundException from being thrown when the path name of the file being processed has a length > 259 characters. See #48 and #50.
Describe the solution you'd like
Add an application manifest with longPathAware set to true.
Is your feature request related to a problem? Please describe.
Yes, enabling long path support will allow the uploading and exporting of files with a path name length > 259 characters. This will prevent a System.IO.DirectoryNotFoundException from being thrown when the path name of the file being processed has a length > 259 characters. See #48 and #50.
Describe the solution you'd like
Add an application manifest with longPathAware set to true.
Describe alternatives you've considered
N/A
Additional context
This will also require LongPathsEnabled set to 1 in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem.
https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
The text was updated successfully, but these errors were encountered: