'Project-specific variables and how to read - write them
I really couldn't find anything like how to use easily storable variables for each "project" I create. I need to store per project some computed "variables" and by some other script read (load) them, all from some /path/ (on hard drive).
I know I can do that in CSV but that's not clean. If I store 10+ strings in CSV, it becomes not editable. I would like to see something rather transposed like variable = value on each row, easy to read/write with options (do not overwrite if it's there etc).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
