コード例 #1
0
        public static HtaccessFolder CreateHttpdConfFolder(string path)
        {
            HtaccessFolder folder = new HtaccessFolder
            {
                ContentPath = path,
                Path        = HTTPD_CONF_FILE
            };

            folder.ReadHttpdConf();

            return(folder);
        }
コード例 #2
0
		public static HtaccessFolder CreateHttpdConfFolder(string path)
		{
			HtaccessFolder folder = new HtaccessFolder
			{
				ContentPath = path,
				Path = HTTPD_CONF_FILE
			};

			folder.ReadHttpdConf();

			return folder;

		}