If I have a local (i.e. on my disk) Lotus Notes database open, how can I find which directory it's stored in? I am using Lotus Notes 9.
Asked
Active
Viewed 2.3k times
2 Answers
3
You can find the path of database by its properties. Right click on it and go to Application > Properties.
Now, there can be two scenarios here.
- If your database is stored in local
datafolder then the path would be relative todatafolder. To find path of yourdatafolder go toFile > Preferences, underBasic Notes Client Configurationlook forLocal application folderwhich would show yourdatafolder. - If your database is stored outside
datafolder then viewing its properties should give you the entire path.
Naveen
- 740
0
See in the database properties. File->Application->Properties when the db is open.
The filepath is relative to the notes data directory. Notes data directory on windows is somewhere below %appdata%\local\ibm ...
umeli
- 159