if
(
exists folder "C:\Users\" AND exists folders whose
(
exists folder "AppData\Local\Identity Finder\logs" of it
)
of folder "C:\Users\" AND exists files whose
(
name of it ends with ".log" AND name of it starts with "IDF_"
)
of folders "AppData\Local\Identity Finder\logs" of folders whose
(
exists folder "AppData\Local\Identity Finder\logs" of it
)
of folder "C:\Users\"
)
then
(
30*day >
(
now - maximum of creation times of files whose
(
name of it ends with ".log" AND name of it starts with "IDF_" AND creation time of it = maximum of creation times of files of parent folder of it
)
of folders "AppData\Local\Identity Finder\logs" of folders whose
(
exists folder "AppData\Local\Identity Finder\logs" of it
)
of folder "C:\Users\"
)
)
as string else "No Recent Logs"
if (exists folder "C:\Users\" AND exists folders whose (exists folder "AppData\Local\Identity Finder\logs" of it) of folder "C:\Users\" AND exists files whose (name of it ends with ".log" AND name of it starts with "IDF_") of folders "AppData\Local\Identity Finder\logs" of folders whose (exists folder "AppData\Local\Identity Finder\logs" of it) of folder "C:\Users\") then (30*day > (now - maximum of creation times of files whose (name of it ends with ".log" AND name of it starts with "IDF_" AND creation time of it = maximum of creation times of files of parent folder of it) of folders "AppData\Local\Identity Finder\logs" of folders whose (exists folder "AppData\Local\Identity Finder\logs" of it) of folder "C:\Users\")) as string else "No Recent Logs"