Scripting with JScript and VScript

Does anyone know how to script for the size of a folder, how many folders there are in the folder, and how many files there are in the folder and have it output to text on a DesktopX Object?
2,807 views 4 replies
Reply #1 Top
Yes.

Look at the file system object.
Reply #2 Top
Short and simple references to the FSO object: http://www.tutorial-web.com/asp/fso/filesystem.asp

Reply #3 Top
main point of interest for you:
Folders: http://www.tutorial-web.com/asp/fso/folder.asp?property=SubFolders
Files: http://www.tutorial-web.com/asp/fso/folder.asp?property=Files
Size: http://www.tutorial-web.com/asp/fso/folder.asp?property=Size