You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PATH_MAX_PATH = 248. The script builder rejects longer directory paths (Error Building Script); refactoring.md already lists long-path support as outstanding. The Unicode case now computes how many segments fit in that budget instead of hard-coding a depth past 260.
PATH_MAX_PATH= 248. The script builder rejects longer directory paths (Error Building Script);refactoring.mdalready lists long-path support as outstanding. The Unicode case now computes how many segments fit in that budget instead of hard-coding a depth past 260.