XML
Previous  Top  Next

The Professional and Expert editions of Disk Triage allow the user to save the sizing information to an XML file. The user can then reload this file into Disk Triage and rerun reports, perform futher analysis, etc.

The XML files are, by default, saved in the OutputResults subdirectory of the installation directory. All the files have the extension *.out.

It is important to note that the Visual Sizing Comparison utility will not work with the Saved XML files - it requires the sizings to be saved to the Database.

The following is a sample of the first few lines of a typical output file.

<?xml version="1.0" encoding="ISO-8859-1"?>
<AnalysisOutput>
<OutputObject>
<DirectorySized>C:\docs\</DirectorySized>
<BlockSize>4096</BlockSize>
<TotalSize>77164621</TotalSize>
<TotalFiles>693</TotalFiles>
...