Changeset 7509


Ignore:
Timestamp:
2004-05-31T15:44:00+12:00 (20 years ago)
Author:
kjdon
Message:

file_exists(directory) doesn't work under windows, need to do direcotry_exists(directory)

File:
1 edited

Legend:

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

    r7443 r7509  
    11701170    = filename_cat (configinfo.gsdlhome,"collect",collection, "macros");
    11711171
    1172   if (file_exists (colmacrodir)) {
     1172  if (directory_exists (colmacrodir)) {
    11731173
    11741174    text_tset::iterator arrhere = configinfo.macrofiles.begin();
Note: See TracChangeset for help on using the changeset viewer.