if
(
(
exists folder "users" of drive of system folder
)
AND
(
exists folders whose
(
exists folder "AppData\Local\Temp\Identity Finder" of it
)
of folder "users" of drive of system folder
)
)
then
(
sum of sizes of descendants of folders "AppData\Local\Temp\Identity Finder" of folders whose
(
exists folder "AppData\Local\Temp\Identity Finder" of it
)
of folder "users" of drive of system folder
)
else ERROR "No IDF temp"
if ((exists folder "users" of drive of system folder) AND (exists folders whose (exists folder "AppData\Local\Temp\Identity Finder" of it) of folder "users" of drive of system folder)) then (sum of sizes of descendants of folders "AppData\Local\Temp\Identity Finder" of folders whose (exists folder "AppData\Local\Temp\Identity Finder" of it) of folder "users" of drive of system folder) else ERROR "No IDF temp"