Hello,
I was looking to get a macro that allows me to get the name and last edit dates of files that are in a directory on my machine (I’m on Linux) to a spreadsheet.
I found and I copied a macro I found in here that allows me to get the file names, but I have no idea how to get the dates, and I’ve found nothing on the internet yet, so I wonder if it’s possible to extract such info.
I’d like to either get the last edition dates of the files OR read the files (.pdf) to find the date (the date is always written within the pdf after a recurring string like : “date of intervention : DATE”) and write it next to the file names.
Is this possible ?
Thanks