MasterRacker
Active member
I am trying to analyze a large folder tree to simplify the security setup. I dumped a TREE /A output into a text file then into Excel to get the folder listing. It then wrote a crude string parsing routine to determine where the '+' and '\' characters were and output the nesting level of the folder. This has left me with a column of levels. It looks something like this:
[tt]
LEVEL FOLDER
1 +---TopFolderA
2 | +---SubFolderA
3 | | +---Folder1
3 | | +---Folder2
3 | | \---Folder3
2 | +---SubFolderB
2 | +---SubFolderC
3 | | +---Folder1
3 | | \---Folder2
2 | +---SubFolderD
3 | | +---Folder1
[/tt]
I want to outline this structure so I can expand and contract different levels similar to the way you can in Windows Explorer. When I try to perform and Auto-outline I get the message: "Cannot create an outline".
The full list is over 7600 rows so manually creating all the groups is not going to happen. How might I get auto-outline to work with this structure?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
[tt]
LEVEL FOLDER
1 +---TopFolderA
2 | +---SubFolderA
3 | | +---Folder1
3 | | +---Folder2
3 | | \---Folder3
2 | +---SubFolderB
2 | +---SubFolderC
3 | | +---Folder1
3 | | \---Folder2
2 | +---SubFolderD
3 | | +---Folder1
[/tt]
I want to outline this structure so I can expand and contract different levels similar to the way you can in Windows Explorer. When I try to perform and Auto-outline I get the message: "Cannot create an outline".
The full list is over 7600 rows so manually creating all the groups is not going to happen. How might I get auto-outline to work with this structure?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]