Changeset 30833


Ignore:
Timestamp:
2016-09-22T12:00:29+12:00 (8 years ago)
Author:
kjdon
Message:

added siteResourcesDir method

File:
1 edited

Legend:

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

    r30540 r30833  
    211211    }
    212212
     213  static public String siteResourceDir(String site_home) {
     214    return site_home+File.separatorChar+"resources";
     215  }
    213216    /** absolute path for an associated file */
    214217    static public String assocFileAbsolutePath(String site_home, String collection_name, String assoc_file_path, String filename)
Note: See TracChangeset for help on using the changeset viewer.