Function convert_string_to_dir_path

Source
pub fn convert_string_to_dir_path(string: impl AsRef<str>) -> Result<DirPath>
Expand description

Convert string to DirPath.

ยงNote

This does not query or validate the file system.