I need something that I can use to search through a disk and find directories that are over a certain size. For example, I would like something to search a machine and return a list of any directories that have a total size of over 500mb.
I know it will be something with filesystemobject, am not sure how I can get it to run through an entire disk and not just one directory.
I know it will be something with filesystemobject, am not sure how I can get it to run through an entire disk and not just one directory.