pub fn choose_native_strategy(
args: AppStrategyArgs,
) -> Result<Xdg, HomeDirError>Expand description
Returns the current OS’s native AppStrategy.
This uses the Windows strategy on Windows, Apple on macOS & iOS, and Xdg everywhere else.
This is the convention used by most GUI applications.