rust-xdg
rust-xdg copied to clipboard
Support windows
A lot of crates use this and so they are not able to use XDG spec on windows. If I have XDG directories set on Windows - I want these to be used and then fallback to LocalAppData when not set
If there is a set non-empty XDG environment variable and it points to a valid absolute path, it should be used. Otherwise, use the Windows known files specification to find the OS-defined folder. Is this possible?
Duplicate of #28.