Skip to content

LongPath test fails if current folder length is long #83

@iricigor

Description

@iricigor

If current folder is longer than 38 characters, then TestFolder full path will be longer than 48 characters. Then this will fail:

$LongFolder = New-Item (Join-Path 'TestFolder' $Name1) -ItemType Directory

because new item full path will be longer than 248 characters

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions