# How to know if the file exists in AppData directory in rust. I can do the same on javascript through tauri fs api function exists. What i want to do is if the file exist then don't run sql migration and if not run migration.
# https://doc.rust-lang.org/std/path/struct.Path.html#method.exists Path in std::path - Rust A slice of a path (akin to [str]).