dirs-dev / dirs-rs

a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

Home Page:https://dirs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Windows] Add user writeable fonts folder

RouHim opened this issue · comments

Hey guys,
since windows 10 there is a user writable location for fonts: %localappdata%\Microsoft\Windows\Fonts.
Might be worth adding it.

There is also a constant in the windows create for it:
windows::Win32::UI::Shell::FOLDERID_Fonts

Greetings

Resources:

commented

Sorry, sadly fonts dirs on Windows don't work the way one would hope. :-/

See #37 (comment).