I’m currently working on an assignment where I need to return a list of users who last modified files within a specific folder. I have imported the folder into a dataframe using the Python library Folderstats. These folders contain different types of files (e.g., doc, docx, jpg, png, etc.).
Is there a way to retrieve the user who last modified each file in the folder? Any advice or pointers on how to achieve this would be greatly appreciated.
Thank you!