Import resources
- Last Updated: January 24, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
There are several methods to import resources (files and folders) into a project:
- Use the context menu in the Project Explorer view. The context menu contains the typical file system commands (such as Copy and Paste). By navigating in the Project Explorer tree view, you can use these commands to copy or move file resources from one project to another.
- Use the import () or export () wizard to manage file and folder resources.
- In the New File or New Folder dialog (see Add resources to a project), click the Advanced button. Select Link to folder (or File) in the file system and browse to find the file that you want to include in your project.
Note: When you copy a file from one project to another, any breakpoints that existed in
the original are not preserved in the copy. However, you can export breakpoints to
an XML file and then import
breakpoints to a file in another project.