poshprotools icon indicating copy to clipboard operation
poshprotools copied to clipboard

Long File Names do not work in a compiled script

Open adamdriscoll opened this issue 7 years ago • 0 comments

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.

adamdriscoll avatar Feb 23 '18 15:02 adamdriscoll