04-14-2010 10:26 PM
Hi Ppl,
I have to save the sequence files in xml format. So I have changed the sequence file format to xml and I save them with .xml extension instead of .seq.
Now its necessary that I have to also use the sequence file diff tool for these .xml extension sequences. I found out that this tool allows only .seq sequences to be opened, because the file dialog pattern is set to .seq and there is no all files option. Is there a way to open these .xml files. I'm hoping that there should be some command line arguments that will enable this option.
Thanks
04-15-2010 09:20 AM - edited 04-15-2010 09:21 AM
This might not be ideal, but if you type:
*.*
in the File Name edit control of the open file dialog box and hit return it will then show you all files.
You can even do:
*.xml
to see xml files only.
Hope this helps,
-Doug