some_default_dirs
A small Rust crate that returns the path to the Start Menu Programs folder on Windows.
Platform support
| function | Windows | macOS | Linux |
|---|---|---|---|
startmenu_dir() |
%APPDATA%\Microsoft\Windows\Start Menu\Programs |
/Applications/ |
/usr/share/applications/ |
local_startmenu_dir() |
%APPDATA%\Microsoft\Windows\Start Menu\Programs |
$HOME/Applications |
$HOME/.local/share/applications |
Verwendung
use startmenu_dir;
Contributing is welcomed !