pub fn convert_string_to_dir_path(string: impl AsRef<str>) -> Result<DirPath>
Convert string to DirPath.
DirPath
This does not query or validate the file system.