File Information

Greetings all,

Is there any way to get more information about a file before copying it? Specifically, I have LotusScript agent that copies files from one location to another. If the file already exists in the target destination, then I want to compare the timestamps of the two files (source vs destination). Is this possible?

Patrick

Subject: File Information

Look at the FileDateTime function in LotusScript. If this doesn’t give you what you want/need you can use API code, depending on Operating System, of course…

hth…

Gary

Subject: RE: File Information

I just quickly glanced at it and that appears to be exactly what I need! I had looked through Designer Help and thought I had looked over all the file functions, but apparently I missed this. Thanks, Gary!

Patrick