Ignore:
Timestamp:
2008-07-09T13:12:15+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' which parallels 'gsdlhome' to allow the toplevel collect folder to be outside of the gsdlhome area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/action.cpp

    r15589 r16310  
    2424 *********************************************************************/
    2525
     26#include "fileutil.h"
     27
    2628#include "action.h"
    2729#include <assert.h>
     
    4446  if (key == "gsdlhome") {
    4547    gsdlhome = cfgline[0];
     48    if (collecthome.empty()) collecthome = filename_cat(gsdlhome,"collect");
    4649    if (dbhome.empty()) dbhome = cfgline[0];
    4750  }
     51  if (key == "collecthome") {collecthome = cfgline[0];}
    4852  if (key == "gdbmhome") {dbhome = cfgline[0];}
    4953}
Note: See TracChangeset for help on using the changeset viewer.