I was created a program in java for getting nsf file Details. I have passed the filepath which contains the nsf file for getting database. I want to know about the getFileFormat() method and what is the value it returns.
Database db = session.getDatabase("", filePath);
System.out.println("File Format :"+db.getFileFormat());
It will get the format version of the database. Essentially the version from which the database was created. It’s equivalent to this method:
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.api.doc%2Fr_domino_Database_FileFormat.html