Is there a way to do it without looping through all the files in the folder and checking individual file sizes?
That method would be sufficent I suppose, but very slow for what I need to do.
Any ideas on how this could be done in a different manner?
ex: finding the total size of the program files folder and all of it's contents
Thanks![]()

...