This post examines a method for saving a modified XML file to disk. To accomplish this task, the XML is first converted to binary data using byteArray – and then saving the byteArray to disk using fileReference.
This post examines a method for saving a modified XML file to disk. To accomplish this task, the XML is first converted to binary data using byteArray – and then saving the byteArray to disk using fileReference.