Skip to content

Exceptions when path contains some characters as percent encoding #20

@vector-man

Description

@vector-man

When a folder contains the characters %3a I get an exception: "the given path's format is not supported. " When it contains %3c I get: "Illegal characters in path."

The problem seems to be that VFS is turning these into actual characters (i.e %3a is turned into a colon.)

These are causing issues when using INode.Name and also GetDirectories() (example: if the directory contains a folder with the name %3a inside of it.) It is also causing various other problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions