Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.5 KB

start-add-folders.adoc

File metadata and controls

75 lines (61 loc) · 2.5 KB

Adding Folders to Your Home Directory

reuse::partial$beta-banner.adoc

When you create a project, Anypoint Code Builder stores it in your home directory by default. You can create other folders for your projects in the IDE.

Create Project Folders in the Cloud IDE

To a folder for storing your Mule projects under your home directory:

partial$acb-reusable-steps.adoc . Select the following command:

+

File: Open Folder...

+ image::file-open-folder-command.png["Finding the command in the Command Palette"] . Select your Anypoint Code Builder home directory:

+ image::select-home-directory.png["Adding a home directory to the Open Folder field"]

+ If prompted, trust the authors of the files in the directory:

+ image::trust-home-directory.png["Trusting authors of the files in the folder"] . After Anypoint Code Builder loads your home directory, right-click your Explorer view, and select New Folder.

+ image::new-folder-home-directory.png["Selecting New Folder from the Explorer"] . Name your new directory and press Enter. . Close your home directory by clicking the (menu) icon and selecting File > Close Folder.

+ image::close-working-directory.png["Closing the folder from the File menu"]

Create a Project Folder in the Desktop IDE

To create a local folder for your projects from the desktop IDE:

partial$acb-reusable-steps.adoc . Select the following command:

+

 File: Open Folder...

+ image::file-open-folder-command.png[Opening a folder from the Command Palette] . Use your local directory to create a new folder.

Create a Project Folder from the Desktop or Cloud IDE

Use the terminal in the IDE to create folders.

  1. Ensure that no projects are open. anypoint-code-builder::partial$acb-reusable-steps.adoc

  2. Provide this command to create a folder:

    mkdir <name-of-your-folder>

    Replace <name-of-your-folder> with a name of your choice for the directory.