Is there any reason that the Roaming %AppData% is chosen as the config_dir in the following
|
(** {FOLDERID_ApplicationData} *) |
|
let config_dir = get_folderid GUID.ApplicationData |
I've commonly seen XDG_CONFIG_HOME mapped to %LocalAppData%, like in https://docs.racket-lang.org/basedir/index.html . Either way makes sense (I'm not objecting), but since I'm evaluating making this package the standard for the DkML Windows distribution (once #14 is addressed) I'd love to understand.
Is there any reason that the Roaming
%AppData%is chosen as theconfig_dirin the followingdirectories/src/windows/directories.ml
Lines 36 to 37 in 1cf7211
I've commonly seen XDG_CONFIG_HOME mapped to
%LocalAppData%, like in https://docs.racket-lang.org/basedir/index.html . Either way makes sense (I'm not objecting), but since I'm evaluating making this package the standard for the DkML Windows distribution (once #14 is addressed) I'd love to understand.