poshprotools
poshprotools copied to clipboard
Long File Names do not work in a compiled script
I am working with a directory where the total file path exceeds the 260 character standard limit of windows.
My system (win10 with the registry change to enable long file paths), when running powershell scripts, seems to work without issue.
Caveat being that I have to use –literalpath vs –path
But, when I compile a working script to an executable, it loses the ability to address long files paths.