Example #1
0
 public static string GetDirectory()
 {
     return(Path.Combine(HomeFolder.GetDirectory(), "client"));
 }
Example #2
0
        public static string GetDirectory()
        {
            string homeFolder = HomeFolder.GetDirectory();

            return(Path.Combine(homeFolder, "jre"));
        }