Hello,
I am using the below script to look for files on a server that are older than a specific time and then move them to a new location. The question I have is... how can I display how much space each one of the files is taking up?
Dim objFSO, ofolder, objStream
Set objShell =...