How to know when a file in the Windows file system was last modified?

Hi,

I need to write an agent that searches within a folder in the local Windows file system, collects all files that was last modified after a specified date/time and emails them to a specified address.

I can catch files within a directory but I do not know how to know when they were last modified.

Can anyone help me with this problem?

Thank you in advance.

Regards.

Etyien

Subject: use FileDateTime(fileName)

Search the Designer Help DB for details.

Thomas - IBM

Subject: RE: use FileDateTime(fileName)

Hi Thomas,

Thank you so much!

Regards.

Etyien