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

template_dir() for MacOS

axetroy opened this issue · comments

I found this directory under MacOS: /Library/User Template

open "/Library/User Template"

Does MacOS have a template directory like Windows?

commented

Interesting – I think it would make sense to figure out whether the semantics are comparable.

I think on both Linux and Windows they act as a directory that is used to provide additional for "new file" context menus. Is it the same on macOS?

commented

I don't think it's comparable: https://derflounder.wordpress.com/2019/10/14/the-macos-user-template-directories-have-a-new-filesystem-location-on-macos-catalina/

I#ll close this for now, but please feel free to reopen with new information!