ATMLProject.model.TestProgramSet.GetTestSetPath C# (CSharp) Метод

GetTestSetPath() приватный статический Метод

private static GetTestSetPath ( ) : string
Результат string
        private static string GetTestSetPath()
        {
            //-----------------------------//
            //--- Get the Test Set Path ---//
            //-----------------------------//
            String testSetPath = ATMLContext.TESTSET_PATH;
            if (!Directory.Exists( testSetPath ))
                Directory.CreateDirectory( testSetPath );
            return testSetPath;
        }