Hi - given a filename on the server, how would you use the filesystem
object to determine its size?

Thanks,

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Re: Size of a file by Ray

Ray
Thu May 06 09:41:21 CDT 2004

With the size property of the file object. The size is returned in bytes.

Please download the Windows Scripting Host documentation.
http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9
You cannot live without this reference!

Ray at work


"Mark" <anonymous@devdex.com> wrote in message
news:uFMpbe3MEHA.3208@TK2MSFTNGP10.phx.gbl...
>
>
> Hi - given a filename on the server, how would you use the filesystem
> object to determine its size?
>
> Thanks,
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Re: Size of a file by Tom

Tom
Thu May 06 09:51:08 CDT 2004

"Mark" <anonymous@devdex.com> wrote in message
news:uFMpbe3MEHA.3208@TK2MSFTNGP10.phx.gbl...
>
>
> Hi - given a filename on the server, how would you use the filesystem
> object to determine its size?

http://msdn.microsoft.com/library/en-us/script56/html/jsproSize.asp

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Size of a file by Aaron

Aaron
Thu May 06 11:02:28 CDT 2004

http://www.aspfaq.com/2296

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"Mark" <anonymous@devdex.com> wrote in message
news:uFMpbe3MEHA.3208@TK2MSFTNGP10.phx.gbl...
>
>
> Hi - given a filename on the server, how would you use the filesystem
> object to determine its size?
>
> Thanks,
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Re: Size of a file by Dominique

Dominique
Thu May 06 16:52:18 CDT 2004

bytes /1024 = KB


"Mark" <anonymous@devdex.com> wrote in message
news:uFMpbe3MEHA.3208@TK2MSFTNGP10.phx.gbl...
>
>
> Hi - given a filename on the server, how would you use the filesystem
> object to determine its size?
>
> Thanks,
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!