Abc.NCrafts.App.MainViewModel.GetQuizPathRoot C# (CSharp) Method

GetQuizPathRoot() private static method

private static GetQuizPathRoot ( ) : string
return string
        private static string GetQuizPathRoot()
        {
            var quizPath = ConfigurationManager.AppSettings["Quiz.Path"];
            return string.IsNullOrEmpty(quizPath) ? FindQuizPath() : quizPath;
        }