pub fn parse_dir(input_path: &str) -> Paths
List files and directories in the targeted directory, take a String as input and return a Vec<String> of the entries.
String
Vec<String>