Is it possible to identify when a document was added to a folder?
Subject: RE: Is it Possible to Identify When Documents Are Added to a Folder?
Using Lotusscript, no, unless you are doing something at the time to record this information. I suspect you could get at the information using the C API but I’m not sure exactly how. The putting of a document into a folder generates a small record – a “ticket” – that represents the membership of that document. It must be timestamped so that it can replicate and so if the document is removed, you can tell that it was added before it was removed or vice versa. I don’t know that this is documented anywhere.