Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: AAAHHH conversion from vb6 to vb.net HELP PLEASE Pin
justastupidgurl15-Oct-09 3:02
justastupidgurl15-Oct-09 3:02 
AnswerRe: AAAHHH conversion from vb6 to vb.net HELP PLEASE Pin
Steven J Jowett15-Oct-09 3:23
Steven J Jowett15-Oct-09 3:23 
GeneralRe: AAAHHH conversion from vb6 to vb.net HELP PLEASE Pin
offroaderdan15-Oct-09 3:48
offroaderdan15-Oct-09 3:48 
GeneralRe: AAAHHH conversion from vb6 to vb.net HELP PLEASE Pin
Henry Minute15-Oct-09 7:04
Henry Minute15-Oct-09 7:04 
GeneralRe: AAAHHH conversion from vb6 to vb.net HELP PLEASE Pin
Luc Pattyn15-Oct-09 8:28
sitebuilderLuc Pattyn15-Oct-09 8:28 
QuestionMessage Removed Pin
14-Oct-09 22:21
Cool_Dev14-Oct-09 22:21 
AnswerRe: Automation: Can't Quit PowerPoint due to Document Recovery Pane.. Pin
Richard MacCutchan14-Oct-09 22:42
mveRichard MacCutchan14-Oct-09 22:42 
QuestionXML file data extraction Pin
nhsal6914-Oct-09 22:15
nhsal6914-Oct-09 22:15 
Hi there,

I'm a complete nube to this but I need a piece of code that will do the following:

Look inside a large XML file and remove all the entries of

Folder fullpath= (in this case Y:\HQ\)

SizeData Size= (in this case 172204891364)

Put them somewhere (bearing in mind that an Excel doc is limited to 52000 ish rows) and in a form that I can compare this iteration of the XML data to a previous one to allow a comparison of each "SizeData Size=" and "Folder fullpath=" to get growth statistics for each folder

The XML data is in the form below; there is one for each folder and there are 10's of thousands of them.

<Folder fullpath="Y:\HQ\" IsFilesNode="0">
<Name>HQ</Name>
<Attributes>16</Attributes>
<LastAccessDate Low="1344632870" High="30030880"/>
<LastChangeDate Low="4221838626" High="30030879"/>
<CreationDate Low="4129018994" High="29882626"/>
<SizeData Size="172204891364" Allocated="173345047862" Wasted="1138287388" CDRom="172711966720" Files="443755" Folders="42448" Compression="1"/>
<FilesSizeData Size="0" Allocated="0" Wasted="0" CDRom="0" Files="0" Folders="3" Compression="1"/>

I will be able to get the comparison stuff sorted out, but my issue is getting the data out of the XML file in a form that I can manipulate.

Any help gratefully revieved..
AnswerRe: XML file data extraction Pin
Tom Deketelaere14-Oct-09 22:37
professionalTom Deketelaere14-Oct-09 22:37 
GeneralRe: XML file data extraction Pin
nhsal6914-Oct-09 22:58
nhsal6914-Oct-09 22:58 
GeneralRe: XML file data extraction Pin
Tom Deketelaere14-Oct-09 23:44
professionalTom Deketelaere14-Oct-09 23:44 
GeneralRe: XML file data extraction Pin
nhsal6915-Oct-09 3:20
nhsal6915-Oct-09 3:20 
GeneralRe: XML file data extraction Pin
Tom Deketelaere15-Oct-09 3:30
professionalTom Deketelaere15-Oct-09 3:30 
GeneralRe: XML file data extraction Pin
nhsal6915-Oct-09 21:59
nhsal6915-Oct-09 21:59 
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 
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 

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.