exists files "BPS-Scans/CVE-2021-44228.txt" of folder
(
if
(
name of operating system as lowercase starts with "win"
)
then
(
pathname of parent folder of client
)
else
(
if
(
version of client >= "9" as version
)
then
(
pathname of parent folder of data folder of client
)
else
(
pathname of parent folder of parent folder of client folder of site "actionsite"
)
)
)
exists files "BPS-Scans/CVE-2021-44228.txt" of folder (if (name of operating system as lowercase starts with "win") then (pathname of parent folder of client) else (if (version of client >= "9" as version) then (pathname of parent folder of data folder of client) else (pathname of parent folder of parent folder of client folder of site "actionsite")))