[][src]Function dirs::desktop_dir

pub fn desktop_dir() -> Option<PathBuf>

Returns the path to the user's desktop directory.

The returned value depends on the operating system and is either a Some, containing a value from the following table, or a None.

PlatformValueExample
LinuxXDG_DESKTOP_DIR/home/alice/Desktop
macOS$HOME/Desktop/Users/Alice/Desktop
Windows{FOLDERID_Desktop}C:\Users\Alice\Desktop