Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: XML file data extraction Pin
Tom Deketelaere15-Oct-09 22:39
professionalTom Deketelaere15-Oct-09 22:39 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 0:42
nhsal6916-Oct-09 0:42 
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 1:07
professionalTom Deketelaere16-Oct-09 1:07 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 1:24
nhsal6916-Oct-09 1:24 
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 1:38
professionalTom Deketelaere16-Oct-09 1:38 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 2:20
nhsal6916-Oct-09 2:20 
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 2:35
professionalTom Deketelaere16-Oct-09 2:35 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 2:51
nhsal6916-Oct-09 2:51 
Sorry, my bad...

The full XML file is over 10 meg so I didn't want to upload the full thing, the above is a sample of the first x lines until a couple of "folder" elements are visible...

I didn't think up loading the full thing would be sensible, but should have told you....

Needless to say try this as vastly cut down version of the xml, but it is fully formed:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<Root Type="TRoot">

<Application>TreeSize Professional</Application>
<Version>5.2.3   (5.2.3.505)</Version>
<Date>15/10/2009 12:30:08</Date>
<Path>C:\</Path>
<ExcludePatterns>
<pattern>*~SNAPSHOT*</pattern>
</ExcludePatterns>
<IncludePatterns>
<pattern>*</pattern>
</IncludePatterns>
<ArchiveBitFilesOnly>0</ArchiveBitFilesOnly>
<ExcludeOfflineFiles>0</ExcludeOfflineFiles>
<CreatedPastDaysOnly>0</CreatedPastDaysOnly>
<Filesystem>NTFS</Filesystem>
<BytesPerCluster>4096</BytesPerCluster>
<Compressed>0</Compressed>
<FileBasedCompression>-1</FileBasedCompression>
<FoldersOccupySpace>0</FoldersOccupySpace>
<IsCompared>0</IsCompared>
<Title>Drive: Local Disk (CSmile | :) </Title>
<UserDefinedClusterSize>0</UserDefinedClusterSize>
<UsedBytesOnDrive>80023715840</UsedBytesOnDrive>
<FreeBytesOnDrive>7445061632</FreeBytesOnDrive>
<DoCreateFileAges FileAgesDateType="1">-1</DoCreateFileAges>
<Folder fullpath="C:\" IsFilesNode="0">
<Name>C:\</Name>
<Attributes>0</Attributes>
<LastAccessDate Low="322843223" High="30035338"/>
<LastChangeDate Low="322843223" High="30035338"/>
<CreationDate Low="0" High="0"/>
<SizeData Size="74609238013" Allocated="72396726232" Wasted="234062016" CDRom="74727184384" Files="116733" Folders="12272" Compression="3"/>
<FilesSizeData Size="18745407271" Allocated="18745561088" Wasted="153817" CDRom="18745475072" Files="69" Folders="0" Compression="1"/>
<Folder fullpath="C:\" IsFilesNode="-1">
<Name>[Files]</Name>
<Attributes>0</Attributes>
<LastAccessDate Low="1126896907" High="30035336"/>
<LastChangeDate Low="1142297283" High="30035337"/>
<CreationDate Low="0" High="0"/>
<SizeData Size="18745407271" Allocated="18745561088" Wasted="153817" CDRom="18745475072" Files="69" Folders="0" Compression="1"/>
<FilesSizeData Size="18745407271" Allocated="18745561088" Wasted="153817" CDRom="18745475072" Files="69" Folders="0" Compression="1"/>
<FileAgeDistribution Days_1="1" Size_1="2514485248" Days_7="4" Size_7="20480" Days_30="14" Size_30="168693760" Days_182="19" Size_182="232947712" Days_365="10" Size_365="15804166144" Days_730="18" Size_730="24813568" Days_2147483647="3" Size_2147483647="434176"/>

</Folder>
</Folder>
</Root>
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 3:20
professionalTom Deketelaere16-Oct-09 3:20 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 4:28
nhsal6916-Oct-09 4:28 
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 4:34
professionalTom Deketelaere16-Oct-09 4:34 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 5:48
nhsal6916-Oct-09 5:48 
GeneralRe: XML file data extraction Pin
nhsal6919-Oct-09 5:02
nhsal6919-Oct-09 5:02 
GeneralRe: XML file data extraction Pin
nhsal6921-Oct-09 4:40
nhsal6921-Oct-09 4:40 
QuestionVBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji14-Oct-09 19:54
Jwalant Natvarlal Soneji14-Oct-09 19:54 
AnswerRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Dave Kreskowiak15-Oct-09 3:55
mveDave Kreskowiak15-Oct-09 3:55 
QuestionRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji15-Oct-09 7:36
Jwalant Natvarlal Soneji15-Oct-09 7:36 
AnswerRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Dave Kreskowiak15-Oct-09 8:01
mveDave Kreskowiak15-Oct-09 8:01 
GeneralRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji15-Oct-09 8:40
Jwalant Natvarlal Soneji15-Oct-09 8:40 
QuestionHow to disconnect my account from mysql server? Pin
josinvill@yahoo.com14-Oct-09 19:14
josinvill@yahoo.com14-Oct-09 19:14 
AnswerRe: How to disconnect my account from mysql server? Pin
Dave Kreskowiak15-Oct-09 3:53
mveDave Kreskowiak15-Oct-09 3:53 
QuestionForce the user change the password on first login? Pin
waner michaud14-Oct-09 11:40
waner michaud14-Oct-09 11:40 
AnswerRe: Force the user change the password on first login? Pin
_Damian S_14-Oct-09 15:46
professional_Damian S_14-Oct-09 15:46 
AnswerRe: Force the user change the password on first login? Pin
Dave Kreskowiak14-Oct-09 16:26
mveDave Kreskowiak14-Oct-09 16:26 
GeneralRe: Force the user change the password on first login? Pin
Ashfield15-Oct-09 1:38
Ashfield15-Oct-09 1:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.