format_file_uri

Function format_file_uri 

Source
pub fn format_file_uri(absolute_local_path: &str) -> PlRefPath
Expand description

Formats a local path to begin with file:///.

ยงPanics

May panic if absolute_local_path is not an absolute local path.