Multiple Aliases
In this lesson, we'll deal with Multiple aliases.
We'll cover the following...
Very often, multiple aliases are used for convenience, so instead of using just an @
to define your root folder, you use many. For example, let’s say we have an action
and a models
folder. If you create an alias for each one, and then you move ...