Relative Content

Tag Archive for xmlvb.net

Unclear error from folder monitor program

I have a program I built a while back to monitor a list of folders the user (me in this case) defines in a UI. It emails a list of users if a file was added or changed since the last check. It’s been working for years. Just today I started getting an error about there being an error in the XML. I looked at it and nothing was missing or incorrect, so I tried clearing & reentering the inputs. Still not working.

modify XML Element using Xdocument

I am trying to modify the date for the FromModifiedDate line in the xml file
i would first like to show the date before changing but i dont know how to traverse this xml file to get to the FromModifiedDate
the console.writeline within the for next loop never gets hit