mirror of
https://github.com/veeso/termscp.git
synced 2026-03-30 23:02:53 -07:00
file_exists as pub
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user