from a filename to file paths
Posted: 2023-May-15, 8:05 pm
Hi
I have a txt containing a list of document names (docx) For example:
newdoc2023.docx
document_34.docx
filedocument.docx
I would need a script that searches the list of names inside a folder (and subfolders) and creates a txt containing the file path
For example:
C:\Doc\Nuova cartella\2023\newdoc2023.docx
C:\Doc\Nuova cartella\2020\base\doc\document_34.docx
C:\Doc\archive\2021\save\filedocument.docx
Many thanks

I have a txt containing a list of document names (docx) For example:
newdoc2023.docx
document_34.docx
filedocument.docx
I would need a script that searches the list of names inside a folder (and subfolders) and creates a txt containing the file path
For example:
C:\Doc\Nuova cartella\2023\newdoc2023.docx
C:\Doc\Nuova cartella\2020\base\doc\document_34.docx
C:\Doc\archive\2021\save\filedocument.docx
Many thanks
