//! Save directory management, can be used independently.
use ;
use AppDirs;
include!;
/// The platform-specific save directory for the app.
///
/// [`WORKSPACE`] is the name of your project's workspace (parent folder) name.
///
/// | Windows | Linux/*BSD | MacOS |
/// |-----------------------------------------------------|----------------------------------|-------------------------------------------------|
/// | `C:\Users\%USERNAME%\AppData\Local\WORKSPACE\saves` | `~/.local/share/WORKSPACE/saves` | `~/Library/Application Support/WORKSPACE/saves` |
pub static SAVE_DIR: = new;
/// Returns the absolute path to a save file given its name.