Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Setup A User Configuration Folder #16

Closed
GudBoiNero opened this issue Sep 19, 2023 · 0 comments
Closed

Setup A User Configuration Folder #16

GudBoiNero opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request module

Comments

@GudBoiNero
Copy link
Owner

GudBoiNero commented Sep 19, 2023

Depending upon the users OS we may need to change things up a little bit.

Location of config files in project c++
macos - Application's data folder in mac

We need quick and clean access to all files within this folder. Create a module user_config.h that allows for interaction between these folders. We need a method to return the absolute path to the users config folder. A method named GetConfigFolderPath or alike would be perfect. We want the json module to be easily interfaced with this.

Linux/Unix:

We need to store the data within /etc/pk

Windows:

Within C:Users%USERNAME%AppDataLocal/PrimedKeys

Mac:

Within /Users/USERNAME/Library/Application Support/PrimedKeys

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request module
Projects
None yet
Development

No branches or pull requests

1 participant