Function get_data_dir

Source
pub fn get_data_dir() -> PathBuf
Expand description

Returns the data directory path Examples:

  • Windows: C:\Users<username>\AppData\Local\leetcode-tui
  • macOS: /Users//Library/Application Support/leetcode-tui
  • Linux: /home//.local/share/leetcode-tui