![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/08/2002, 17:13
|
![Avatar de akela](http://static.forosdelweb.com/customavatars/avatar13_2.gif) | | | Fecha de Ingreso: septiembre-2000 Ubicación: Frente a la compu
Mensajes: 660
Antigüedad: 24 años, 5 meses Puntos: 2 | |
Re: Tamaño de una carperta Mira en VbScript es asi
solo tienes que adaptarlo:
Set MyFileSize = Server.CreateObject ("Scripting.FileSystemObject")
MyPath = Server.MapPath("/somedirectory")
Set MyFolder = MyFileSize.GetFolder(MyPath)
MsgBox = "el tamño es: "&MyFolder.Size&" bytes" |