path.exists()
fs::metadata(path).is_ok()
It's more explicit and allows platforms to optimize the existence check.