CFMAPPING
Creates a new mapping for CFML/CFC resources. Use only one at a time, DIRECTORYPATH, RELATIVEPATH or ARCHIVE. You can create a new mapping using MappingCreateArchive() function.
Usage
<cfmapping>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| LOGICALPATH | ![]() |
logical path of the mapping | |
| DIRECTORYPATH | the directory (real path) to which the mapping will go | ||
| RELATIVEPATH | the directory (relative) to which the mapping will go | ||
| ARCHIVE | the OpenBD archive file to use for the mapping. Full real path to the file |

