RE: API to find the size of an entire folder structure?

Author: Allen Pollard

Posted: 2016-07-30 at 09:04:35

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.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/002e01d1ea6b$4e284fc0$ea78ef40$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2016 Allen Pollard