Skip to content

DataPath DefaultValue is Windows-specific #2

@robpvn

Description

@robpvn

See https://github.com/slluis/cydin/blob/master/Cydin/Models/Settings.cs#L29

This value leads, when run on a Linux system for the first time, to a Folder named "..\Files" being created in the Cydin folder, instead of "Files" in the parent folder as intended. This leads to the generation of add-in repositories screwing up. It's slightly annoying to modify the Configuration table in the database to change this.

It's a simple fix to hardcode it otherwise, but since it's a Datamember DefaultValue you can't simply use IO.Path.DirectorySeperatorChar to set it up properly so that it works on both platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions