CodeAssurance`
CodeAssurance`
$DeveloperDirectory
$DeveloperDirectory is the directory designated to store developer paclets.
Details and Options
- Paclets created by CreateDeveloperPaclet are placed in $DeveloperDirectory by default.
- $DeveloperDirectory is typically an element of $DeveloperPath.
- Invoking DeveloperOn[] typically ensures that paclets in $DeveloperDirectory are searched for first.
- In PacletDeploy[developerpaclet] the location of developerpaclet is typically in $DeveloperDirectory.
- $DeveloperDirectory is the default value of functions with a "DeveloperDirectory" option.
- Locating a developer paclet in a directory outside $DeveloperDirectory is also supported by ensuring that this alternative directory also appears in $DeveloperPath.
Examples
Basic Examples (1)
Show the initial setting of $DeveloperDirectory
$DeveloperDirectory is initialized as the single directory of $DeveloperPath.
Tech Notes
▪
▪