ASP/VBSCRIPT

I need to be able to find out how many Mbytes are being used up in a
particular folder and all subfolders of that folder.

I have used the FS object plenty of times but I have no idea how to tackle
this one.

Can anyone point me towards anything usefull ?

TIA

Re: FSO. Number bytes used ?? by Andrew

Andrew
Tue Apr 13 04:38:36 CDT 2004

Poppy wrote:
> I need to be able to find out how many Mbytes are being used up in a
> particular folder and all subfolders of that folder.
>
> I have used the FS object plenty of times but I have no idea how to
> tackle this one.

Size property of the "particular" Folder object. Value is in bytes.
--
Andrew Urquhart
- FAQ: www.aspfaq.com
- Archive: www.tinyurl.com/38kzx
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards



Re: FSO. Number bytes used ?? by Poppy

Poppy
Tue Apr 13 06:32:26 CDT 2004

Thanks.

I managed to figure it out.


"Andrew Urquhart" <reply@website.in.sig> wrote in message
news:3yOec.15966$4N3.3876@newsfe1-win...
> Poppy wrote:
> > I need to be able to find out how many Mbytes are being used up in a
> > particular folder and all subfolders of that folder.
> >
> > I have used the FS object plenty of times but I have no idea how to
> > tackle this one.
>
> Size property of the "particular" Folder object. Value is in bytes.
> --
> Andrew Urquhart
> - FAQ: www.aspfaq.com
> - Archive: www.tinyurl.com/38kzx
> - Contact: www.andrewu.co.uk/contact/
> - Employ me: Front/middle tier ASP developer with WAI & web standards
>
>