I am looking for a recursive function that scan a specific folder and send result in a text file.
I would like to list in a text file all files and folder with size, path, creation date, file version if existing but I have no idea on how to proceed.
I found some way to scan recursively but not to recover all needed information.