Hello,
windows 10 and + can support long paths of up to 32,767 characters.
Could you make it available in dbpoweramp apps ?
In the bootom link it is explained that both a setting must be activated in windows and the application must be compiled with the manifest following:
"
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
"
That would be great!
Best
windows 10 and + can support long paths of up to 32,767 characters.
Could you make it available in dbpoweramp apps ?
In the bootom link it is explained that both a setting must be activated in windows and the application must be compiled with the manifest following:
"
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
"
That would be great!
Best
Comment