iControl.Utility.Configuration.getConfigSubDir C# (CSharp) Method

getConfigSubDir() public static method

public static getConfigSubDir ( String subDir ) : String
subDir String
return String
        public static String getConfigSubDir(String subDir)
        {
            String sPath = getConfigDir() + subDir + "\\";
            setupDirectory(sPath);
            return sPath;
        }