S
shapper
Hello,
Is it possible to get the path of a XDocument?
I am passing a XDocument to a method.
On that method I have some Linq queries applied to the XDocument and
then I need to save it:
MyDocument.Save(// ???)
I am trying to save it without passing the Path to the method. Is this
possible?
Thanks,
Miguel
Is it possible to get the path of a XDocument?
I am passing a XDocument to a method.
On that method I have some Linq queries applied to the XDocument and
then I need to save it:
MyDocument.Save(// ???)
I am trying to save it without passing the Path to the method. Is this
possible?
Thanks,
Miguel