Hello All,

I'm teaching myself some VB and decided the best way was to just dive in and start developing some useful personal apps. However, I am running into an issue when retrieving a folder size.

'This does not work when I insert %TMP%, If I insert an actual path like C:\Temp, it works fine.
objFolder = objFSO.GetFolder("%TMP%")

Am I missing an import or something? I currently have no imports. Any help would be appreciated.