Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create file system and folders structure in Visio 2010?

I am newbie to Visio 2010 and was wondering is there any way to create hierarchical diagram of directory tree? This folder tree might also include files and it doesn't need to actually exist in reality on my local hard drive, I'd just like to create it from within Visio 2010 by using Organizational Chart template for example.

I am .NET developer and I just want to create presentation of the folder structure of my Visual Studio project which is pretty large. There is source code folder, output folder, resources folder, 3rd party libs folder etc... each with containing some files. So, some visualization and diagrams would be very useful when explaining the project structure to my coworkers. I was searching and googling for Visio templates for this purpose but unfortunately didn't find any. I am not sure if I should use Visio 2010 for this purpose but I know it's the most famous diagraming tool available so I assumed there could be an feature for this purpose.

like image 582
matori82 Avatar asked Mar 04 '12 16:03

matori82


People also ask

How do I create a directory structure diagram?

Set up a folder for each type of document, then create subfolders for each topic under the parent folder. Place any file that does not fit into other folders, into an uncategorized folder. Colour code the folders on the diagram, so that everyone can understand the folder structure easily.

What is the structure of a folder?

A folder structure is the way folders are organized on your computer. As folders are added over time, you can either keep them at the same level—like Folders 1, 2, and 3 in the chart below—or nest them within each other for a hierarchy—like Subfolders 1B and 1B-1 below.


1 Answers

Try using the org chart wizard

You would need to get your project structure into the format the wizard can understand and then it will do the rendering for you.

If that doesn't give enough control, it's not too hard to write some code that will automate Visio to draw what you need.

like image 139
saveenr Avatar answered Sep 28 '22 03:09

saveenr