Skip to main content

file_url_to_path

Function file_url_to_path 

Source
fn file_url_to_path(url: &str) -> Option<PathBuf>
Expand description

Extract a local filesystem path from a file:// URL, or None for cloud URLs.