(
size of file
(
if
(
name of operating system as lowercase starts with "win"
)
then
(
value "RegistrationList Location" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\ClientRegister" of registry as string
)
else
(
pathname of parent folder of folder
(
value of setting "_BESRelay_HTTPServer_ServerRootPath" of client
)
& "/ClientRegisterData/registrationlist.txt"
)
)
/ 1000
)
as string & " KB"
(size of file (if (name of operating system as lowercase starts with "win") then (value "RegistrationList Location" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\ClientRegister" of registry as string) else (pathname of parent folder of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client) & "/ClientRegisterData/registrationlist.txt")) / 1000) as string & " KB"