Page 1 of 1

Add long path prefix to Extensions

Posted: 2021-03-26, 16:50 UTC
by ZoSTeR
I'd like to suggest to implement a way to add the long file path prefix "\\?\" to File Extensions.

For example

Code: Select all

[Extensions]
MKV  = %Commander_Path%\Tools\MPC-HC\mpc-hc64.exe ^L.MKV
or maybe even better:
support the button parameters in the Extensions section, eg:

Code: Select all

[Extensions]
MKV  = %Commander_Path%\Tools\MPC-HC\mpc-hc64.exe "\\?\%P%O.%E"
From what I've seen so far the Windows Explorer automatically adds this to files with paths length over 260.

*edit: some wording