[go: up one dir, main page]

try_exists

Function try_exists 

Source
pub async fn try_exists(path: impl AsRef<Path>) -> Result<bool>
Available on crate feature tokio only.
Expand description

Returns Ok(true) if the path points at an existing entity.

Wrapper for tokio::fs::try_exists.