Function tauri_utils::config::parse::does_supported_file_name_exist
source · pub fn does_supported_file_name_exist(path: impl Into<PathBuf>) -> bool
Expand description
Check if a supported config file exists at path.
The passed path is expected to be the path to the “default” configuration format, in this case
JSON with .json
.