Skip to content

Use File.PathSeperator and Path.Combine instead of hardcoded paths #47

@txdv

Description

@txdv

Hardcoded paths containing the file seperators are considered bad!
The PathSeperator on Windows and Unix differ and since there is already functionality in the .NET framework itself solving this problem -> we should be utilizing that functionality to make it platform independent.

Hardcoded paths containing \ are so yesterday :P
The kewl libs nowadays use Path.Combine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions