confy icon indicating copy to clipboard operation
confy copied to clipboard

Doesn't work on Android?

Open ivnsch opened this issue 5 years ago • 1 comments

confy::load("name") crashes withBadConfigDirectoryStr

Version 0.4.0

ivnsch avatar Jun 20 '20 18:06 ivnsch

Confy is using the directories crate so I do not think it will add something more specific than what is provided https://docs.rs/directories/2.0.2/directories/struct.ProjectDirs.html#method.config_dir. But if you know more about the folder and files management of Android you can use load_path("</path/to/your/configuration/file>").

Zykino avatar Oct 12 '20 09:10 Zykino