/** * 图片缓存目录 * * @return */ public String getImagePath() { return getAppPath() + SettingUtility.getPermanentSettingAsStr("com_m_common_image", "image") + File.separator; }
/** * 关于程序所有的文件缓存根目录 * * @return */ public String getDataPath() { return getAppPath() + SettingUtility.getPermanentSettingAsStr("com_m_common_json", "data") + File.separator; }