Skip to main content

sqlite_filesystem_path

Function sqlite_filesystem_path 

Source
pub fn sqlite_filesystem_path(text: &str) -> PathBuf
Expand description

The filesystem path a rusqlite path points at, resolving a file: URI to its on-disk filename by stripping the scheme, any //authority, and the ?query. A plain path (no file: scheme) is returned unchanged.