pub async fn files_in_folder(path: &str) -> Vec<String>
Expand description

Find all files at the first level of a given folder and put them in a Vector

Arguments

  • path - Path to the folder to be searched

Returns

Vector of Strings containing the paths to all first-level files in the given folder