Shameless plug: I am the author.

  • conorab@lemmy.conorab.com
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    I think that also causes issues for roaming profiles and folder redirection. If roaming is turned on then everything in the %appdata%\roaming folder is synced to a server. %AppData%\Local is not. So if your app is using %AppData%\Roaming for temporary data then you are causing a whole bunch on unnecessary IO. Same for using Documents since that if often synced.