Thanks, Chris. That helps alot!! :-)
[quoted text, click to view] Chris Lovett wrote:
> Import System.IO
>
> FileStream stm = File.OpenRead(path)
> int length = stm.Length
> stm.Close()
>
>
> "Roshawn Dawson" <udrago@bellsouth.net> wrote in message
> news:eWEbfuFnFHA.3288@TK2MSFTNGP09.phx.gbl...
>
>>Hi,
>>
>>Does anyone know how to get the size of an xml file using VB.NET? I
>>haven't the slightest idea where to begin.
>>
>>Thanks,
>>Roshawn
>
>