Ignore:
Timestamp:
06/04/19 16:39:41 (5 years ago)
Author:
bln4
Message:

Added groups path. Will be used to store framesets whose contents will determine group membership.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1402 r1403  
    119119        public static String HELP_PATH;
    120120        public static String DEAD_DROPS_PATH;
     121        public static String GROUP_PATH;
    121122
    122123        // Paths that appear to be unused.
     
    159160                        AUDIO_PATH = resourcesPublicPath + "audio" + File.separator;
    160161                        AUDIO_PRIVATE_PATH = resourcesPrivateIndividualPath + "audio" + File.separator;
     162                        GROUP_PATH = resourcesPrivateIndividualPath + "groups" + File.separator;
    161163
    162164                        // Used only when extracting resources (when expeditee is run for first time)
     
    184186                        IMAGES_PATH = PARENT_FOLDER + "images" + File.separator;
    185187                        AUDIO_PATH = PARENT_FOLDER + "audio" + File.separator;
     188                        GROUP_PATH = PARENT_FOLDER + "groups" + File.separator;
    186189                       
    187190                        // These paths are not used by old regime.
Note: See TracChangeset for help on using the changeset viewer.