Rename XML files with VBScript, using XPath
问题 I've got a VBScript that renames XML files in a directory, based on nodes values present on these XMLs. These files need to be renamed with a "Operadora" name and a "Date". "Operadora" is an unique node, but there are several "Date" nodes on my XMLs, so I need to take the most recent "Date" as part of the file name. A friend in StackOverflow helped me out finding a way to do it to one archive, but I'm getting an error implementing it when it's about to read multiple files. I'm getting an