pub async fn files_in_folder(path: &str) -> Vec<String>
Find all files at the first level of a given folder and put them in a Vector
path
Vector of Strings containing the paths to all first-level files in the given folder