OpenAssetIO / OpenAssetIO-MediaCreation

OpenAssetIO extensions for use in the Media Creation industry.
Apache License 2.0
12 stars 10 forks source link

[Docs] Long Windows paths in FilePathUrlConverter notebook #81

Closed feltech closed 6 months ago

feltech commented 6 months ago

Part of OpenAssetIO/OpenAssetIO#1257. The FilePathUrlConverter.pathFromUrl function now converts long Windows file URLs, which exceed the Windows MAX_PATH limit, to UNC device paths.

feltech commented 6 months ago

Note that this has a depdenency on https://github.com/OpenAssetIO/OpenAssetIO/pull/1269. Tests pass without the changes in that PR because there are no assertions of the output (it just prints).