Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a separate open directory for .ini and logs #38

Open
caver456 opened this issue Dec 23, 2021 · 0 comments
Open

use a separate open directory for .ini and logs #38

caver456 opened this issue Dec 23, 2021 · 0 comments

Comments

@caver456
Copy link
Contributor

Right now, .ini is in the same directory as the host, so making it editable is not a great idea - on mac, even if the .ini has write permission, the directory would still need write permission for the file to be editable, and it would be best to not make the host directory editable.
Log files are saved in the user's home directory, which should not be too much of a problem, but is not really 'clean'.
Make a single directory to hold log files and gpsio-host.ini. Normally on mac/linux this could be something like ~/.gpsio; what's a good location on Windows?

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

No branches or pull requests

1 participant