Not sure if this helps using the scripting runtime
fso = createobject("Scripting.FileSystemObject") folder = fso.GetFolder(GetDir()) ? folder.Size
Al
-----Original Message----- From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Joe Yoder Sent: 30 July 2016 15:43 To: profoxtech@leafe.com Subject: Re: API to find the size of an entire folder structure?
Thanks - I suspected that.