I am trying to export documents from an On-Premise repository to Windows, maintaining the LF folder structure in Windows. This works great with an SDK script within a workflow except when the resulting path in Windows is too long, in which case no document is exported.
Is there a way to do this? I have tried:
1) Mapping one of the subfolders to a drive letter in Windows and exporting to that instead
2) Editing the registry to allow long paths in Windows
3) Putting \\?\ at the beginning of the export path
I unfortunately cannot shorten the Windows path any more than I have already.