Directory utility tools
List of the absolute path of all files within a folder.
path (str) – The folder to be scanned for files.
recursive (bool, optional) – Defaults to False. Whether to include all subdirectories.
str – The next file’s absolute path within the folder
Contents: