Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.
This repository was archived by the owner on May 19, 2024. It is now read-only.

\\ is not a path separator for Linux (and maybe Mac) #188

Description

@tanaka-takayoshi

Related to case #98
Found this class: https://github.com/VenusInterns/BlogTemplate/blob/master/BlogTemplate/Models/BlogDataStore.cs

\\ would be escaped \ and \ is not a path separator for Linux. For example in the Linux, BlogFiles\Posts direcotry is created. Note that BlogFiles\Posts is not a two directory, but just on directory with name BlogFiles\Posts.

Simply replacing \\ into / or using Path.Join then it works as a path separator for every platform.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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