Page 1 of 1

Size of folders

Posted: Mon Sep 30, 2013 9:43 am
by mikKummerfeld
Hey Guys,

in my setup I use a copy/move function. To be sure everything works perfect I want to check the folder size at source and destination.
Do you know how to check that?

Thanks Heiko

Re: Size of folders

Posted: Mon Sep 30, 2013 10:45 am
by FrancescoT
Dear Heiko,

you should create a custom function for that within a dll or an external EXE, that iterates the folder contents using "FindFirstFile" API.

Unfortunately, for what I know doesn't exist a ready to use API for that.

Regards