EWUScanner.ExclusionPaths.GenerateInitialExclusionList C# (CSharp) Method

GenerateInitialExclusionList() private method

private GenerateInitialExclusionList ( ) : void
return void
        private void GenerateInitialExclusionList()
        {
            int index = dataGridView1.Rows.Add();
            dataGridView1.Rows[index].Cells[0].Value = (Directory.GetParent(System.Environment.GetFolderPath(System.Environment.SpecialFolder.System))).FullName;
        }