if
(
exists folder "bfmirror/downloads/sha1" of folder
(
value of setting "_BESRelay_HTTPServer_ServerRootPath" of client
)
)
then
(
(
sum of sizes of files of folder "bfmirror/downloads/sha1" of folder
(
value of setting "_BESRelay_HTTPServer_ServerRootPath" of client
)
)
/1024/1024
)
as string & " MB" else "Never Used"
if ( exists folder "bfmirror/downloads/sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client)) then ((sum of sizes of files of folder "bfmirror/downloads/sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client)) /1024/1024) as string & " MB" else "Never Used"