iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

Add fix to handle max path limit in windows #130

Closed mindaugasdirg closed 7 months ago

mindaugasdirg commented 7 months ago

Windows has a max total path limit of 260 and there can be schemas which don't reach the max path segment size, but the full path reaches max total path limit in windows systems.

MichaelBelousov commented 7 months ago

can you also submit a patch to the main branch? It should be in both (and I'd like to see CI tests pass)

mindaugasdirg commented 7 months ago

I've created duplicate PR (#132) to see that CI passes