#include <db.h> int DB->get_partition_dirs(DB *db, const char ***dirsp);
Identify the directories used to store the database partitions.
             The DB->get_partition_dirs() method
             may be called at any time.
     
         The DB->get_partition_dirs()
         
            
                  method returns a non-zero error value on failure and 0 on success.
            
            
        
     
The dirsp will be set to the array of directories specified in the call to DB->set_partition_dirs() method on this handle or to the directoreies that the database partitions were found in after DB->open() has been called.
             The DB->get_partition_dirs()
             
            
                 method may fail and return one of the following non-zero errors: