You can use System.IO classes in the script task.
Regards,
Michael.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
<emailwaste (AT) gmail (DOT) com> wrote
Quote:
Here is what I am trying to do:
I build an xml document by running a couple SQL tasks and store the
nested XML document into variables.
I assemble them using a script task.
The XML is now a valid XML document containing all my recursive XML
elements.
I now want to persist this as a physical XML file on the file system.
Is there a way to do this without using the old filesystemobject?
TIA |