diff --git a/src/host/mod.rs b/src/host/mod.rs index 2a8cbd2..3916a13 100644 --- a/src/host/mod.rs +++ b/src/host/mod.rs @@ -418,7 +418,7 @@ impl Localhost { /// ### file_exists /// /// Returns whether provided file path exists - fn file_exists(&self, path: &Path) -> bool { + pub fn file_exists(&self, path: &Path) -> bool { path.exists() }