if
(
exists folder "C:\Users\" AND exists folders whose
(
exists folder "AppData\Local\Identity Finder\logs" of it
)
of folder "C:\Users\"
)
then number of 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\" as string else "No log folders"
if(exists folder "C:\Users\" AND exists folders whose (exists folder "AppData\Local\Identity Finder\logs" of it) of folder "C:\Users\") then number of 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\" as string else "No log folders"