Creation Date of an .nrf file?

Please complete the details below then remove this line:


Domino/Notes Version: 12 FP5
Add-on Product (if appropriate, e.g. Verse / Traveler / Nomad / Domino REST API):
Its Version:
Operating System:
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version):


Problem/Query:

How can I tell when an .nrf (Database redirect) file was created? Right clicking or selecting File → Application → Properties does not give me an option to see the properties of an .nrf file.

You can only find out by going into the file system and check the date there, the Admin client does not give you that information at all. Of course you could also write a small LotusScript-Agent to get that information but as this cannot read the information from admin-client you’d need to enter the path to the nrf file manually into that agent

1 Like

Hello,

A database redirect(.nrf) is a text based file. So, you may check the creation date at the OS level.

Thanks

1 Like