Function convert_string_to_file_path

Source
pub fn convert_string_to_file_path(string: impl AsRef<str>) -> FilePath
Expand description

Convert FilePath to string.

ยงNote

This does not validate the value and will not cause an error or panic if an incorrect value is provided.