How to override default paths like app_config_dir #10545
Closed
LeoMartinDev
started this conversation in
General
Replies: 1 comment 1 reply
-
You can't really do that since those paths are basically OS apis (plus the bundle-id for the AppX methods). If only the bundle id is the issue you can use the normal base dirs and append your own ids to that. If the base paths are the problem then you simply won't be able to use them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a binary that I duplicate to generate standalone applications on the flight.
These apps are portable, so values returned by
BaseDirectory
likeBaseDirectory.AppConfig
are related to the build of the binary which is now irrelevant in my use caseBeta Was this translation helpful? Give feedback.
All reactions