pub fn exists<P: AsRef<Path>>(ctx: &Context, path: P) -> bool
👎Deprecated since 0.8.0: Use ctx.fs.exists instead
Expand description

Check whether a file or directory exists.