if
not
(
exists file "foo" of folder "bar" of storage folder of client
)
then
"System Not Evaluated"
else
if
not exists file "foo"
whose
(
exists lines of it
)
of folder "bar" of storage folder of client
then
"File Not Evaluated"
else
substrings separated by "|" of
(
(
"Time Stamp: " &
(
(
modification time of it
)
as string
)
)
& "|" &
(
concatenation "|" of
(
(
following texts of firsts " " of lines of it
)
as string
)
)
)
of file "foo" of folder "bar" of storage folder of client
if
not
(
exists file "foo" of folder "bar" of storage folder of client
)
then
"System Not Evaluated"
else
if
not exists file "foo"
whose
(
exists lines of it
)
of folder "bar" of storage folder of client
then
"File Not Evaluated"
else
substrings separated by "|" of
(
(
"Time Stamp: " &
(
(
modification time of it
)
as string
)
)
& "|" &
(
concatenation "|" of
(
(
following texts of firsts " " of lines of it
)
as string
)
)
)
of file "foo" of folder "bar" of storage folder of client