pub async fn create_file_index(root_path: String) -> Vec<String>
Expand description

Recursively list all files in a folder using absolute paths

Arguments

  • root_path - Path to root folder

Returns

Vector of Strings with absolute paths to files