pub fn picture_dir() -> Option<PathBuf>Expand description
Returns the path to the user’s picture directory.
The returned value depends on the operating system and is either a Some, containing a value from the following table, or a None.
| Platform | Value | Example |
|---|---|---|
| Linux | XDG_PICTURES_DIR | /home/alice/Pictures |
| macOS | $HOME/Pictures | /Users/Alice/Pictures |
| Windows | {FOLDERID_Pictures} | C:\Users\Alice\Pictures |