Skip to content

Recommended Location for Configuration Files on Windows #2

Description

@supply9243

For Windows applications, it is recommended not to store configuration files directly under the %UserProfile% directory, as this can make the folder look cluttered and disorganized.

Instead, consider placing configuration files under the %UserProfile%\AppData\ subdirectories (such as Roaming or Local), or alternatively storing them in the application's installation directory.

This approach is more consistent with common Windows conventions and helps keep user directories clean and well-structured.

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