Ignore:
Timestamp:
2002-08-23T10:07:50+12:00 (22 years ago)
Author:
kjdon
Message:

new functions for applet stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSFile.java

    r3362 r3386  
    219219        "translate"+File.separatorChar+lang+".xml");
    220220    }
     221
     222    public static String phindBasePath(String site_home, String coll_name,
     223                       String phind_index) {
     224    return site_home + File.separatorChar +
     225        "collect" + File.separatorChar +
     226        coll_name + File.separatorChar +
     227        "index" + File.separatorChar +
     228        "phind"+phind_index;
     229    }
     230
    221231}
Note: See TracChangeset for help on using the changeset viewer.