86
Chapter 5 Writing Programs
5.7 Folder Functions
Folders hold the key to hierarchical management of the program files in a project.
Grouping program files into folders by function or type adds structure that makes overall operation easier to un-
derstand and encourages compartmentalization, enhancing program portability to other projects.
5.7.1 Creating a folder
Operating procedure
1. Select the parent, the folder in the Project window to hold the new folder.
2. Choose Project|Folder|New to create a new folder and select its name for editing.
3. Enter a name for the folder.
Note
This folder name can be modified at a later date.