Adding resources to a project

Resources are the files and folders that comprise a project.

Note: For information about adding existing resources to a project see Exporting and importing resources and settings.

To add a new file or folder to an OpenEdge project:

  1. Select the project name from the Project Explorer view.
  2. Right-click and select New from the pop-up menu.
  3. Select either Folder or one of the ABL file types from the New menu:

  4. If you select Folder, the New Folder dialog appears. Specify the location of the folder in the project tree and name it. If you want to add a folder that already exists in your file system, click the Advanced button. Select Link to folder in the file system and browse to find the folder.
  5. If you select one of the ABL file types, a dialog appears that allows you to specify the name and other information about the file. The resulting file is generated from a standard ABL template. Therefore, the file will contain sections appropriate to the file type, and the file will have an appropriate extension. For example, ABL Procedure produces a .p file similar to the following:

  6. If you select File, you can link to a file in the local file system. In the New File dialog, click the Advanced button. Select Link to folder in the file system and browse to find the file that you want to include in your project.